Class StiLabelAnimationGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.painters.context.chart.geoms.animation.StiAnimationGeom
com.stimulsoft.report.painters.context.chart.geoms.animation.StiLabelAnimationGeom
- All Implemented Interfaces:
IStiJsonReportObject
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.painters.context.chart.geoms.animation.StiAnimationGeom
interaction -
Constructor Summary
ConstructorsConstructorDescriptionStiLabelAnimationGeom(String text, StiFontGeom font, Object textBrush, Object LabelBrush, StiPenGeom penBorder, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode rotationMode, float angle, boolean drawBorder, StiAnimation animation) -
Method Summary
Modifier and TypeMethodDescriptiongetAngle()getFont()getText()getType()booleanvoidLoadFromJsonObject(JSONObject jObject) voidvoidsetDrawBorder(boolean drawBorder) voidsetFont(StiFontGeom font) voidsetLabelBrush(Object labelBrush) voidsetPenBorder(StiPenGeom penBorder) voidsetRectangle(StiRectangle rectangle) voidsetRotationMode(StiRotationMode rotationMode) voidsetStringFormat(StiStringFormatGeom stringFormat) voidvoidsetTextBrush(Object textBrush) Methods inherited from class com.stimulsoft.report.painters.context.chart.geoms.animation.StiAnimationGeom
getAnimation, getInteraction, setAnimation, setInteractionMethods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject
-
Constructor Details
-
StiLabelAnimationGeom
public StiLabelAnimationGeom(String text, StiFontGeom font, Object textBrush, Object LabelBrush, StiPenGeom penBorder, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode rotationMode, float angle, boolean drawBorder, StiAnimation animation)
-
-
Method Details
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiAnimationGeom- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiAnimationGeom
-
getType
-
getText
- Returns:
- the text
-
setText
- Parameters:
text- the text to set
-
getFont
- Returns:
- the font
-
setFont
- Parameters:
font- the font to set
-
getTextBrush
- Returns:
- the textBrush
-
setTextBrush
- Parameters:
textBrush- the textBrush to set
-
getLabelBrush
- Returns:
- the labelBrush
-
setLabelBrush
- Parameters:
labelBrush- the labelBrush to set
-
getPenBorder
- Returns:
- the penBorder
-
setPenBorder
- Parameters:
penBorder- the penBorder to set
-
getRectangle
- Returns:
- the rectangle
-
setRectangle
- Parameters:
rectangle- the rectangle to set
-
getStringFormat
- Returns:
- the stringFormat
-
setStringFormat
- Parameters:
stringFormat- the stringFormat to set
-
getAngle
- Returns:
- the angle
-
setAngle
- Parameters:
angle- the angle to set
-
getRotationMode
- Returns:
- the rotationMode
-
setRotationMode
- Parameters:
rotationMode- the rotationMode to set
-
isDrawBorder
public boolean isDrawBorder()- Returns:
- the drawBorder
-
setDrawBorder
public void setDrawBorder(boolean drawBorder) - Parameters:
drawBorder- the drawBorder to set
-