com.stimulsoft.report.chart.interfaces.table
Interface IStiChartTable

All Superinterfaces:
java.lang.Cloneable, IStiJsonReportObject, IStiSerializable, IStiSerializableRef
All Known Implementing Classes:
StiChartTable

public interface IStiChartTable
extends java.lang.Cloneable, IStiSerializableRef, IStiJsonReportObject


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Method Summary
 java.lang.Object clone()
           
 IStiChart getChart()
           
 StiChartTableCore getCore()
           
 StiFont getFont()
           
 StiColor getGridLineColor()
           
 StiColor getTextColor()
           
 boolean isAllowApplyStyle()
           
 boolean isGridLinesHor()
           
 boolean isGridLinesVert()
           
 boolean isGridOutline()
           
 boolean isMarkerVisible()
           
 boolean isVisible()
           
 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)
           
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
 

Method Detail

getCore

StiChartTableCore getCore()
Returns:
the core

setCore

void setCore(StiChartTableCore core)
Parameters:
core - the core to set

getChart

IStiChart getChart()
Returns:
the chart

setChart

void setChart(IStiChart chart)
Parameters:
chart - the chart to set

isAllowApplyStyle

boolean isAllowApplyStyle()
Returns:
the allowApplyStyle

setAllowApplyStyle

void setAllowApplyStyle(boolean allowApplyStyle)
Parameters:
allowApplyStyle - the allowApplyStyle to set

getFont

StiFont getFont()
Returns:
the font

setFont

void setFont(StiFont font)
Parameters:
font - the font to set

isMarkerVisible

boolean isMarkerVisible()
Returns:
the markerVisible

setMarkerVisible

void setMarkerVisible(boolean markerVisible)
Parameters:
markerVisible - the markerVisible to set

getGridLineColor

StiColor getGridLineColor()
Returns:
the gridLineColor

setGridLineColor

void setGridLineColor(StiColor gridLineColor)
Parameters:
gridLineColor - the gridLineColor to set

getTextColor

StiColor getTextColor()
Returns:
the textColor

setTextColor

void setTextColor(StiColor textColor)
Parameters:
textColor - the textColor to set

isGridLinesHor

boolean isGridLinesHor()
Returns:
the gridLinesHor

setGridLinesHor

void setGridLinesHor(boolean gridLinesHor)
Parameters:
gridLinesHor - the gridLinesHor to set

isGridLinesVert

boolean isGridLinesVert()
Returns:
the gridLinesVert

setGridLinesVert

void setGridLinesVert(boolean gridLinesVert)
Parameters:
gridLinesVert - the gridLinesVert to set

isGridOutline

boolean isGridOutline()
Returns:
the gridOutline

setGridOutline

void setGridOutline(boolean gridOutline)
Parameters:
gridOutline - the gridOutline to set

isVisible

boolean isVisible()
Returns:
the visible

setVisible

void setVisible(boolean visible)
Parameters:
visible - the visible to set

clone

java.lang.Object clone()