com.stimulsoft.report.chart.interfaces.legend
Interface IStiLegend

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

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


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Method Summary
 java.lang.Object clone()
           
 boolean getAllowApplyStyle()
           
 StiColor getBorderColor()
           
 StiBrush getBrush()
           
 IStiChart getChart()
           
 int getColumns()
           
 StiLegendCoreXF getCore()
           
 StiLegendDirection getDirection()
           
 StiFont getFont()
           
 boolean getHideSeriesWithEmptyTitle()
           
 StiLegendHorAlignment getHorAlignment()
           
 int getHorSpacing()
           
 StiColor getLabelsColor()
           
 StiMarkerAlignment getMarkerAlignment()
           
 boolean getMarkerBorder()
           
 StiSize getMarkerSize()
           
 boolean getMarkerVisible()
           
 boolean getShowShadow()
           
 StiSize getSize()
           
 java.lang.String getTitle()
           
 StiColor getTitleColor()
           
 StiFont getTitleFont()
           
 StiLegendVertAlignment getVertAlignment()
           
 int getVertSpacing()
           
 boolean getVisible()
           
 void setAllowApplyStyle(boolean value)
           
 void setBorderColor(StiColor value)
           
 void setBrush(StiBrush value)
           
 void setChart(IStiChart value)
           
 void setColumns(int value)
           
 void setCore(StiLegendCoreXF value)
           
 void setDirection(StiLegendDirection value)
           
 void setFont(StiFont value)
           
 void setHideSeriesWithEmptyTitle(boolean value)
           
 void setHorAlignment(StiLegendHorAlignment value)
           
 void setHorSpacing(int value)
           
 void setLabelsColor(StiColor value)
           
 void setMarkerAlignment(StiMarkerAlignment value)
           
 void setMarkerBorder(boolean arg)
           
 void setMarkerSize(StiSize value)
           
 void setMarkerVisible(boolean value)
           
 void setShowShadow(boolean value)
           
 void setSize(StiSize value)
           
 void setTitle(java.lang.String value)
           
 void setTitleColor(StiColor value)
           
 void setTitleFont(StiFont value)
           
 void setVertAlignment(StiLegendVertAlignment value)
           
 void setVertSpacing(int value)
           
 void setVisible(boolean value)
           
 
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

StiLegendCoreXF getCore()

setCore

void setCore(StiLegendCoreXF value)

getAllowApplyStyle

boolean getAllowApplyStyle()

setAllowApplyStyle

void setAllowApplyStyle(boolean value)

getChart

IStiChart getChart()

setChart

void setChart(IStiChart value)

getHideSeriesWithEmptyTitle

boolean getHideSeriesWithEmptyTitle()

setHideSeriesWithEmptyTitle

void setHideSeriesWithEmptyTitle(boolean value)

getShowShadow

boolean getShowShadow()

setShowShadow

void setShowShadow(boolean value)

getBorderColor

StiColor getBorderColor()

setBorderColor

void setBorderColor(StiColor value)

getBrush

StiBrush getBrush()

setBrush

void setBrush(StiBrush value)

getTitleColor

StiColor getTitleColor()

setTitleColor

void setTitleColor(StiColor value)

getLabelsColor

StiColor getLabelsColor()

setLabelsColor

void setLabelsColor(StiColor value)

getDirection

StiLegendDirection getDirection()

setDirection

void setDirection(StiLegendDirection value)

getHorAlignment

StiLegendHorAlignment getHorAlignment()

setHorAlignment

void setHorAlignment(StiLegendHorAlignment value)

getVertAlignment

StiLegendVertAlignment getVertAlignment()

setVertAlignment

void setVertAlignment(StiLegendVertAlignment value)

getTitleFont

StiFont getTitleFont()

setTitleFont

void setTitleFont(StiFont value)

getFont

StiFont getFont()

setFont

void setFont(StiFont value)

getVisible

boolean getVisible()

setVisible

void setVisible(boolean value)

getMarkerVisible

boolean getMarkerVisible()

setMarkerVisible

void setMarkerVisible(boolean value)

getMarkerSize

StiSize getMarkerSize()

setMarkerSize

void setMarkerSize(StiSize value)

getMarkerAlignment

StiMarkerAlignment getMarkerAlignment()

setMarkerAlignment

void setMarkerAlignment(StiMarkerAlignment value)

getColumns

int getColumns()

setColumns

void setColumns(int value)

getHorSpacing

int getHorSpacing()

setHorSpacing

void setHorSpacing(int value)

getVertSpacing

int getVertSpacing()

setVertSpacing

void setVertSpacing(int value)

getSize

StiSize getSize()

setSize

void setSize(StiSize value)

getTitle

java.lang.String getTitle()

setTitle

void setTitle(java.lang.String value)

clone

java.lang.Object clone()

setMarkerBorder

void setMarkerBorder(boolean arg)

getMarkerBorder

boolean getMarkerBorder()