|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.StiBase
com.stimulsoft.report.components.StiComponent
com.stimulsoft.report.components.simplecomponents.StiView
public abstract class StiView
Field Summary |
---|
Fields inherited from class com.stimulsoft.report.components.StiComponent |
---|
canGrow, canShrink, componentPlacement, conditions, currentPointer, expressions, interaction, isRendered, page, parent, parentBookmark, parentPointer, top, width |
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiView()
Creates a new component of the type StiView. |
|
StiView(StiRectangle rect)
Creates a new component of the type StiView. |
Method Summary | |
---|---|
java.lang.Object |
clone(boolean cloneProperties)
Creates a new object that is a copy of the current instance. |
boolean |
existImageToDraw()
|
StiSize |
getActualSize()
Initializes a new instance of the StiSize class from the specified dimensi. |
boolean |
getAspectRatio()
Gets or sets value, indicates that the image will save its aspect ratio. |
StiBorder |
getBorder()
Gets or sets border of the component. |
StiBrush |
getBrush()
Gets or sets a brush to fill a component. |
java.awt.image.BufferedImage |
getBufferedImage(StiRectangle rect)
|
java.awt.image.BufferedImage |
getBufferedImage(StiRectangle rect,
double zoom)
|
StiHorAlignment |
getHorAlignment()
Gets or sets the horizontal alignment of an object. |
java.lang.String |
getImageBytesToDraw()
Gets or sets the image that appeared as a result of the component rendering. |
abstract java.lang.String |
GetImageFromSource()
|
java.lang.String |
getImageToDraw()
|
boolean |
getIsCachedImage()
|
StiMargins |
getMargins()
|
double |
getMultipleFactor()
Gets or sets value to multiply by it an image size. |
java.lang.Object |
getObjectToDraw()
Gets or sets the WPF visual object that appeared as a result of the component rendering. |
StiSize |
getRealSize()
|
boolean |
getSmoothing()
Gets or sets smoothing mode for drawing image. |
boolean |
getStretch()
Gets or sets value, indicates that this component will stretch the image till the image will get size equal in its size on the page. |
StiVertAlignment |
getVertAlignment()
Gets or sets the vertical alignment of an object. |
boolean |
imageToDrawIsMetafile()
|
boolean |
isExportAsImage(StiExportFormat format)
|
boolean |
IsExportAsImage(StiExportFormat format)
|
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setAspectRatio(boolean value)
|
void |
setBorder(StiBorder value)
|
void |
setBrush(StiBrush value)
|
void |
setHorAlignment(StiHorAlignment value)
|
void |
setImageBytesToDraw(java.lang.String value)
|
void |
setImageToDraw(java.lang.String value)
|
void |
setIsCachedImage(boolean value)
|
void |
setMargins(StiMargins margins)
|
void |
setMultipleFactor(double value)
|
void |
setObjectToDraw(java.lang.Object value)
|
void |
setSmoothing(boolean value)
|
void |
setStretch(boolean value)
|
void |
setVertAlignment(StiVertAlignment value)
|
Methods inherited from class com.stimulsoft.report.StiBase |
---|
getLocalizedCategory, getLocalizedName, getName, getServiceName |
Methods inherited from class com.stimulsoft.base.services.StiService |
---|
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, properties, setProperties, setServiceEnabled |
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
---|
cleanReference, getReference, setReference |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.stimulsoft.report.components.interfaces.IStiExportImageExtended |
---|
getImage |
Methods inherited from interface com.stimulsoft.report.components.interfaces.IStiExportImage |
---|
getImage |
Constructor Detail |
---|
public StiView()
public StiView(StiRectangle rect)
rect
- The rectangle describes size and position of the component.Method Detail |
---|
public java.awt.image.BufferedImage getBufferedImage(StiRectangle rect)
public java.awt.image.BufferedImage getBufferedImage(StiRectangle rect, double zoom)
public boolean existImageToDraw()
public boolean imageToDrawIsMetafile()
public java.lang.Object clone(boolean cloneProperties)
clone
in class StiComponent
public final StiHorAlignment getHorAlignment()
getHorAlignment
in interface IStiHorAlignment
public final void setHorAlignment(StiHorAlignment value)
setHorAlignment
in interface IStiHorAlignment
public boolean isExportAsImage(StiExportFormat format)
isExportAsImage
in interface IStiExportImageExtended
isExportAsImage
in class StiComponent
public final StiVertAlignment getVertAlignment()
getVertAlignment
in interface IStiVertAlignment
public final void setVertAlignment(StiVertAlignment value)
setVertAlignment
in interface IStiVertAlignment
public boolean IsExportAsImage(StiExportFormat format)
public final StiBorder getBorder()
getBorder
in interface IStiBorder
public final void setBorder(StiBorder value)
setBorder
in interface IStiBorder
public final StiBrush getBrush()
getBrush
in interface IStiBrush
public final void setBrush(StiBrush value)
setBrush
in interface IStiBrush
public StiSize getActualSize()
StiComponent
getActualSize
in class StiComponent
public final StiSize getRealSize()
public final boolean getSmoothing()
public final void setSmoothing(boolean value)
public final boolean getIsCachedImage()
public final void setIsCachedImage(boolean value)
public final java.lang.Object getObjectToDraw()
public final void setObjectToDraw(java.lang.Object value)
public java.lang.String getImageToDraw()
public void setImageToDraw(java.lang.String value)
public java.lang.String getImageBytesToDraw()
public void setImageBytesToDraw(java.lang.String value)
public final boolean getStretch()
public final void setStretch(boolean value)
public final double getMultipleFactor()
public final void setMultipleFactor(double value)
public final boolean getAspectRatio()
public final void setAspectRatio(boolean value)
public abstract java.lang.String GetImageFromSource()
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiComponent
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiComponent
JSONException
public StiMargins getMargins()
public void setMargins(StiMargins margins)
margins
- the margins to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |