Class StiChartTable
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.chart.view.table.StiChartTable
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiChartTable,Cloneable
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Objectclone()Creates a new object that is a copy of the current instance.getChart()getCore()getFont()booleanbooleanbooleanbooleanbooleanbooleanGets visibility of table.voidLoadFromJsonObject(JSONObject jObject) voidsetAllowApplyStyle(boolean allowApplyStyle) voidvoidsetCore(StiChartTableCore core) voidvoidsetGridLineColor(StiColor gridLineColor) voidsetGridLinesHor(boolean gridLinesHor) voidsetGridLinesVert(boolean gridLinesVert) voidsetGridOutline(boolean gridOutline) voidsetMarkerVisible(boolean markerVisible) voidsetTextColor(StiColor textColor) voidsetVisible(boolean visible) Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReferenceMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Constructor Details
-
StiChartTable
public StiChartTable()
-
-
Method Details
-
clone
Creates a new object that is a copy of the current instance.- Specified by:
clonein interfaceIStiChartTable- Overrides:
clonein classObject- Returns:
- A new object that is a copy of this instance.
-
getFont
- Specified by:
getFontin interfaceIStiChartTable- Returns:
- the font
-
setFont
- Specified by:
setFontin interfaceIStiChartTable- Parameters:
font- the font to set
-
isVisible
public boolean isVisible()Gets visibility of table.- Specified by:
isVisiblein interfaceIStiChartTable- Returns:
- the visible
-
setVisible
public void setVisible(boolean visible) - Specified by:
setVisiblein interfaceIStiChartTable- Parameters:
visible- the visible to set
-
isAllowApplyStyle
public boolean isAllowApplyStyle()- Specified by:
isAllowApplyStylein interfaceIStiChartTable- Returns:
- the allowApplyStyle
-
setAllowApplyStyle
public void setAllowApplyStyle(boolean allowApplyStyle) - Specified by:
setAllowApplyStylein interfaceIStiChartTable- Parameters:
allowApplyStyle- the allowApplyStyle to set
-
isMarkerVisible
public boolean isMarkerVisible()- Specified by:
isMarkerVisiblein interfaceIStiChartTable- Returns:
- the markerVisible
-
setMarkerVisible
public void setMarkerVisible(boolean markerVisible) - Specified by:
setMarkerVisiblein interfaceIStiChartTable- Parameters:
markerVisible- the markerVisible to set
-
getGridLineColor
- Specified by:
getGridLineColorin interfaceIStiChartTable- Returns:
- the gridLineColor
-
setGridLineColor
- Specified by:
setGridLineColorin interfaceIStiChartTable- Parameters:
gridLineColor- the gridLineColor to set
-
getTextColor
- Specified by:
getTextColorin interfaceIStiChartTable- Returns:
- the textColor
-
setTextColor
- Specified by:
setTextColorin interfaceIStiChartTable- Parameters:
textColor- the textColor to set
-
isGridLinesHor
public boolean isGridLinesHor()- Specified by:
isGridLinesHorin interfaceIStiChartTable- Returns:
- the gridLinesHor
-
setGridLinesHor
public void setGridLinesHor(boolean gridLinesHor) - Specified by:
setGridLinesHorin interfaceIStiChartTable- Parameters:
gridLinesHor- the gridLinesHor to set
-
isGridLinesVert
public boolean isGridLinesVert()- Specified by:
isGridLinesVertin interfaceIStiChartTable- Returns:
- the gridLinesVert
-
setGridLinesVert
public void setGridLinesVert(boolean gridLinesVert) - Specified by:
setGridLinesVertin interfaceIStiChartTable- Parameters:
gridLinesVert- the gridLinesVert to set
-
isGridOutline
public boolean isGridOutline()- Specified by:
isGridOutlinein interfaceIStiChartTable- Returns:
- the gridOutline
-
setGridOutline
public void setGridOutline(boolean gridOutline) - Specified by:
setGridOutlinein interfaceIStiChartTable- Parameters:
gridOutline- the gridOutline to set
-
getCore
- Specified by:
getCorein interfaceIStiChartTable- Returns:
- the core
-
setCore
- Specified by:
setCorein interfaceIStiChartTable- Parameters:
core- the core to set
-
getChart
- Specified by:
getChartin interfaceIStiChartTable- Returns:
- the chart
-
setChart
- Specified by:
setChartin interfaceIStiChartTable- Parameters:
chart- the chart to set
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-