com.stimulsoft.base.context.chart.geoms.animaton
Class StiLabelAnimationGeom
java.lang.Object
com.stimulsoft.base.context.chart.geoms.StiGeom
com.stimulsoft.base.context.chart.geoms.animaton.StiAnimationGeom
com.stimulsoft.base.context.chart.geoms.animaton.StiLabelAnimationGeom
- All Implemented Interfaces:
- IStiJsonReportObject
public class StiLabelAnimationGeom
- extends StiAnimationGeom
Copyright Stimulsoft
Constructor Summary |
StiLabelAnimationGeom(java.lang.String text,
StiFontGeom font,
java.lang.Object textBrush,
java.lang.Object LabelBrush,
StiPenGeom penBorder,
StiRectangle rect,
StiStringFormatGeom sf,
StiRotationMode rotationMode,
float angle,
boolean drawBorder,
StiAnimation animation)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiLabelAnimationGeom
public StiLabelAnimationGeom(java.lang.String text,
StiFontGeom font,
java.lang.Object textBrush,
java.lang.Object LabelBrush,
StiPenGeom penBorder,
StiRectangle rect,
StiStringFormatGeom sf,
StiRotationMode rotationMode,
float angle,
boolean drawBorder,
StiAnimation animation)
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Specified by:
SaveToJsonObject
in interface IStiJsonReportObject
- Overrides:
SaveToJsonObject
in class StiAnimationGeom
- Throws:
JSONException
LoadFromJsonObject
public void LoadFromJsonObject(JSONObject jObject)
- Specified by:
LoadFromJsonObject
in interface IStiJsonReportObject
- Overrides:
LoadFromJsonObject
in class StiAnimationGeom
getType
public StiGeomType getType()
- Specified by:
getType
in class StiGeom
getText
public java.lang.String getText()
- Returns:
- the text
setText
public void setText(java.lang.String text)
- Parameters:
text
- the text to set
getFont
public StiFontGeom getFont()
- Returns:
- the font
setFont
public void setFont(StiFontGeom font)
- Parameters:
font
- the font to set
getTextBrush
public java.lang.Object getTextBrush()
- Returns:
- the textBrush
setTextBrush
public void setTextBrush(java.lang.Object textBrush)
- Parameters:
textBrush
- the textBrush to set
getLabelBrush
public java.lang.Object getLabelBrush()
- Returns:
- the labelBrush
setLabelBrush
public void setLabelBrush(java.lang.Object labelBrush)
- Parameters:
labelBrush
- the labelBrush to set
getPenBorder
public StiPenGeom getPenBorder()
- Returns:
- the penBorder
setPenBorder
public void setPenBorder(StiPenGeom penBorder)
- Parameters:
penBorder
- the penBorder to set
getRectangle
public StiRectangle getRectangle()
- Returns:
- the rectangle
setRectangle
public void setRectangle(StiRectangle rectangle)
- Parameters:
rectangle
- the rectangle to set
getStringFormat
public StiStringFormatGeom getStringFormat()
- Returns:
- the stringFormat
setStringFormat
public void setStringFormat(StiStringFormatGeom stringFormat)
- Parameters:
stringFormat
- the stringFormat to set
getAngle
public java.lang.Float getAngle()
- Returns:
- the angle
setAngle
public void setAngle(java.lang.Float angle)
- Parameters:
angle
- the angle to set
getRotationMode
public StiRotationMode getRotationMode()
- Returns:
- the rotationMode
setRotationMode
public void setRotationMode(StiRotationMode rotationMode)
- 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