Class StiStringFormatGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.painters.context.chart.geoms.StiStringFormatGeom
- All Implemented Interfaces:
IStiJsonReportObject
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getType()voidLoadFromJsonObject(JSONObject jObject) voidsetAlignment(StiStringAlignment alignment) voidsetFormatFlags(StiEnumSet<StiStringFormatFlags> formatFlags) voidsetHotkeyPrefix(StiHotkeyPrefix hotkeyPrefix) voidsetLineAlignment(StiStringAlignment lineAlignment) voidsetTrimming(StiStringTrimming trimming) Methods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject
-
Field Details
-
trimming
-
-
Constructor Details
-
StiStringFormatGeom
-
StiStringFormatGeom
-
-
Method Details
-
clone
-
getType
-
getHotkeyPrefix
- Returns:
- the hotkeyPrefix
-
setHotkeyPrefix
- Parameters:
hotkeyPrefix- the hotkeyPrefix to set
-
getAlignment
- Returns:
- the alignment
-
setAlignment
- Parameters:
alignment- the alignment to set
-
getFormatFlags
- Returns:
- the formatFlags
-
setFormatFlags
- Parameters:
formatFlags- the formatFlags to set
-
getLineAlignment
- Returns:
- the lineAlignment
-
setLineAlignment
- Parameters:
lineAlignment- the lineAlignment to set
-
getTrimming
- Returns:
- the trimming
-
setTrimming
- Parameters:
trimming- the trimming to set
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiGeom- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiGeom- Throws:
JSONException
-