|
||||||||||
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.StiLinePrimitive
public abstract class StiLinePrimitive
Describes class that realizes base component for all primitives with lines.
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 | |
---|---|
StiLinePrimitive()
Creates a new StiLinePrimitive. |
|
StiLinePrimitive(StiRectangle rect)
Creates a new StiLinePrimitive. |
Method Summary | |
---|---|
StiColor |
getColor()
Gets or sets line color. |
StiRectangle |
getDefaultClientRectangle()
Gets or sets the default client area of a component. |
boolean |
getInvalidateOnMouseOver()
gets a value which indicates whether invalidating of the component occurs when a mouse pointer is above the component. |
double |
getSize()
Gets or sets size of the line. |
StiPenStyle |
getStyle()
Gets or sets a line style. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setColor(StiColor value)
|
void |
setSize(double value)
|
void |
setStyle(StiPenStyle 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 |
---|
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 |
Constructor Detail |
---|
public StiLinePrimitive()
public StiLinePrimitive(StiRectangle rect)
rect
- The rectangle describes size and position of the component.Method Detail |
---|
public boolean getInvalidateOnMouseOver()
StiComponent
getInvalidateOnMouseOver
in class StiComponent
public StiRectangle getDefaultClientRectangle()
getDefaultClientRectangle
in class StiComponent
public final StiPenStyle getStyle()
public final void setStyle(StiPenStyle value)
public StiColor getColor()
public void setColor(StiColor value)
public final double getSize()
public final void setSize(double value)
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 |