|
||||||||||
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.StiPrimitive
com.stimulsoft.report.components.simplecomponents.StiPointPrimitive
public abstract class StiPointPrimitive
Field Summary | |
---|---|
java.lang.String |
referenceToGuid
|
int |
StoredColumn
�������� ����� ������� ��� ����������� ������������� ���������� ��� ����-���������� ��������. |
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 | |
---|---|
StiPointPrimitive()
Creates a new StiPointPrimitive. |
|
StiPointPrimitive(StiRectangle rect)
Creates a new StiPointPrimitive. |
Method Summary | |
---|---|
double |
getHeight()
|
java.lang.String |
getLocalizedName()
Gets a localized component name. |
java.lang.String |
getReferenceToGuid()
Gets or sets a reference to component with guid. |
int |
getToolboxPosition()
Gets value to sort a position in the toolbox. |
double |
getWidth()
gets or sets width of a component. |
boolean |
isSelected()
Gets or sets value indicates is the component selected or not. |
void |
isSelected(boolean value)
|
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setHeight(double value)
|
void |
setReferenceToGuid(java.lang.String value)
|
void |
setWidth(double value)
|
Methods inherited from class com.stimulsoft.report.components.simplecomponents.StiPrimitive |
---|
getCanGrow, getCanShrink, getClientRectangle, getComponentType, getConditions, getDisplayRectangle, getDockStyle, getGrowToHeight, getLocalizedCategory, getPriority, getShift, getUseParentStyles, setCanGrow, setCanShrink, setClientRectangle, setConditions, setDirectDisplayRectangle, setDisplayRectangle, setDockStyle, setGrowToHeight, setShift, setUseParentStyles |
Methods inherited from class com.stimulsoft.report.StiBase |
---|
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 |
Field Detail |
---|
public java.lang.String referenceToGuid
public int StoredColumn
Constructor Detail |
---|
public StiPointPrimitive()
public StiPointPrimitive(StiRectangle rect)
rect
- The rectangle describes size and position of the component.Method Detail |
---|
public boolean isSelected()
public void isSelected(boolean value)
public final java.lang.String getReferenceToGuid()
getReferenceToGuid
in interface IStiComponentGuidReference
public final void setReferenceToGuid(java.lang.String value)
setReferenceToGuid
in interface IStiComponentGuidReference
public int getToolboxPosition()
getToolboxPosition
in class StiComponent
public java.lang.String getLocalizedName()
getLocalizedName
in class StiBase
public double getWidth()
StiComponent
getWidth
in class StiComponent
public void setWidth(double value)
setWidth
in class StiComponent
public double getHeight()
getHeight
in class StiComponent
public void setHeight(double value)
setHeight
in class StiComponent
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiPrimitive
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiComponent
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |