|
||||||||||
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
com.stimulsoft.report.components.simplecomponents.StiHorizontalLinePrimitive
public class StiHorizontalLinePrimitive
Describes class that realizes component - StiHorizontalLinePrimitive.
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 | |
---|---|
StiHorizontalLinePrimitive()
Creates a new StiHorizontalLinePrimitive. |
|
StiHorizontalLinePrimitive(StiRectangle rect)
Creates a new StiHorizontalLinePrimitive. |
Method Summary | |
---|---|
java.lang.Object |
clone(boolean cloneProperties)
Creates a new object that is a copy of the current instanc. |
StiBorder |
getBorder()
Gets or sets frame of the component. |
StiCap |
getEndCap()
Gets or sets the end cap settings. |
double |
getHeight()
|
java.lang.String |
getLocalizedName()
Gets a localized component name. |
StiCap |
getStartCap()
Gets or sets the start cap settings. |
int |
getToolboxPosition()
Gets value to sort a position in the toolbox. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setBorder(StiBorder value)
|
void |
setEndCap(StiCap value)
|
void |
setHeight(double value)
|
void |
setStartCap(StiCap value)
|
Methods inherited from class com.stimulsoft.report.components.simplecomponents.StiLinePrimitive |
---|
getColor, getDefaultClientRectangle, getInvalidateOnMouseOver, getSize, getStyle, setColor, setSize, setStyle |
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 |
Constructor Detail |
---|
public StiHorizontalLinePrimitive()
public StiHorizontalLinePrimitive(StiRectangle rect)
rect
- The rectangle describes size and position of the component.Method Detail |
---|
public java.lang.Object clone(boolean cloneProperties)
StiComponent
clone
in class StiComponent
public final StiBorder getBorder()
getBorder
in interface IStiBorder
public final void setBorder(StiBorder value)
setBorder
in interface IStiBorder
public int getToolboxPosition()
getToolboxPosition
in class StiComponent
public java.lang.String getLocalizedName()
getLocalizedName
in class StiBase
public final StiCap getStartCap()
public final void setStartCap(StiCap value)
public final StiCap getEndCap()
public final void setEndCap(StiCap value)
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 StiLinePrimitive
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiLinePrimitive
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |