public class StiChartTable extends StiSerializedObject implements IStiChartTable, java.lang.Cloneable
REFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiChartTable() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance.
|
IStiChart |
getChart() |
StiChartTableCore |
getCore() |
StiFont |
getFont() |
StiColor |
getGridLineColor() |
StiColor |
getTextColor() |
boolean |
isAllowApplyStyle() |
boolean |
isGridLinesHor() |
boolean |
isGridLinesVert() |
boolean |
isGridOutline() |
boolean |
isMarkerVisible() |
boolean |
isVisible()
Gets visibility of table.
|
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setAllowApplyStyle(boolean allowApplyStyle) |
void |
setChart(IStiChart chart) |
void |
setCore(StiChartTableCore core) |
void |
setFont(StiFont font) |
void |
setGridLineColor(StiColor gridLineColor) |
void |
setGridLinesHor(boolean gridLinesHor) |
void |
setGridLinesVert(boolean gridLinesVert) |
void |
setGridOutline(boolean gridOutline) |
void |
setMarkerVisible(boolean markerVisible) |
void |
setTextColor(StiColor textColor) |
void |
setVisible(boolean visible) |
cleanReference, getReference, setReferenceequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReference, setReferencepublic final java.lang.Object clone()
clone in interface IStiChartTableclone in class java.lang.Objectpublic StiFont getFont()
getFont in interface IStiChartTablepublic void setFont(StiFont font)
setFont in interface IStiChartTablefont - the font to setpublic boolean isVisible()
isVisible in interface IStiChartTablepublic void setVisible(boolean visible)
setVisible in interface IStiChartTablevisible - the visible to setpublic boolean isAllowApplyStyle()
isAllowApplyStyle in interface IStiChartTablepublic void setAllowApplyStyle(boolean allowApplyStyle)
setAllowApplyStyle in interface IStiChartTableallowApplyStyle - the allowApplyStyle to setpublic boolean isMarkerVisible()
isMarkerVisible in interface IStiChartTablepublic void setMarkerVisible(boolean markerVisible)
setMarkerVisible in interface IStiChartTablemarkerVisible - the markerVisible to setpublic StiColor getGridLineColor()
getGridLineColor in interface IStiChartTablepublic void setGridLineColor(StiColor gridLineColor)
setGridLineColor in interface IStiChartTablegridLineColor - the gridLineColor to setpublic StiColor getTextColor()
getTextColor in interface IStiChartTablepublic void setTextColor(StiColor textColor)
setTextColor in interface IStiChartTabletextColor - the textColor to setpublic boolean isGridLinesHor()
isGridLinesHor in interface IStiChartTablepublic void setGridLinesHor(boolean gridLinesHor)
setGridLinesHor in interface IStiChartTablegridLinesHor - the gridLinesHor to setpublic boolean isGridLinesVert()
isGridLinesVert in interface IStiChartTablepublic void setGridLinesVert(boolean gridLinesVert)
setGridLinesVert in interface IStiChartTablegridLinesVert - the gridLinesVert to setpublic boolean isGridOutline()
isGridOutline in interface IStiChartTablepublic void setGridOutline(boolean gridOutline)
setGridOutline in interface IStiChartTablegridOutline - the gridOutline to setpublic StiChartTableCore getCore()
getCore in interface IStiChartTablepublic void setCore(StiChartTableCore core)
setCore in interface IStiChartTablecore - the core to setpublic IStiChart getChart()
getChart in interface IStiChartTablepublic void setChart(IStiChart chart)
setChart in interface IStiChartTablechart - the chart to setpublic JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.