Class StiPathGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.painters.context.chart.geoms.StiPathGeom
- All Implemented Interfaces:
IStiJsonReportObject
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStiPathGeom(StiBrush background, StiPenGeom pen, List<StiSegmentGeom> geoms, Object rect, StiInteractionDataGeom interaction, int elementIndex) StiPathGeom(StiBrush background, StiPenGeom pen, List<StiSegmentGeom> geoms, Object rect, StiInteractionDataGeom interaction, int elementIndex, Object tag) StiPathGeom(StiBrush background, StiPenGeom pen, List<StiSegmentGeom> geoms, Object rect, StiInteractionDataGeom interaction, int elementIndex, String toolTip, Object tag) -
Method Summary
Modifier and TypeMethodDescriptionintgetGeoms()getPen()getRect()getTag()getType()voidLoadFromJsonObject(JSONObject jObject) voidsetBackground(StiBrush background) voidsetElementIndex(int elementIndex) voidsetGeoms(List<StiSegmentGeom> geoms) voidsetInteraction(StiInteractionDataGeom interaction) voidsetPen(StiPenGeom pen) voidvoidvoidsetToolTip(String toolTip) Methods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject
-
Field Details
-
GetBoundsState
-
-
Constructor Details
-
StiPathGeom
public StiPathGeom(StiBrush background, StiPenGeom pen, List<StiSegmentGeom> geoms, Object rect, StiInteractionDataGeom interaction, int elementIndex) -
StiPathGeom
public StiPathGeom(StiBrush background, StiPenGeom pen, List<StiSegmentGeom> geoms, Object rect, StiInteractionDataGeom interaction, int elementIndex, Object tag) -
StiPathGeom
public StiPathGeom(StiBrush background, StiPenGeom pen, List<StiSegmentGeom> geoms, Object rect, StiInteractionDataGeom interaction, int elementIndex, String toolTip, Object tag)
-
-
Method Details
-
getInteraction
- Returns:
- the interaction
-
setInteraction
- Parameters:
interaction- the interaction to set
-
getType
-
getBackground
- Returns:
- the background
-
setBackground
- Parameters:
background- the background to set
-
getPen
- Returns:
- the pen
-
setPen
- Parameters:
pen- the pen to set
-
getRect
- Returns:
- the rect
-
setRect
- Parameters:
rect- the rect to set
-
getGeoms
- Returns:
- the geoms
-
setGeoms
- Parameters:
geoms- the geoms to set
-
getElementIndex
public int getElementIndex() -
setElementIndex
public void setElementIndex(int elementIndex) -
getToolTip
-
setToolTip
-
getTag
-
setTag
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiGeom- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiGeom- Throws:
JSONException
-