|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.chart.view.legend.StiLegend
public class StiLegend
Field Summary |
---|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiLegend()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance. |
boolean |
getAllowApplyStyle()
Gets or sets value which indicates that chart style will be used. |
StiColor |
getBorderColor()
Gets or sets border color. |
StiBrush |
getBrush()
Gets or sets background brush of legend. |
IStiChart |
getChart()
|
int |
getColumns()
Gets or sets amount of columns. |
StiLegendCoreXF |
getCore()
|
StiLegendDirection |
getDirection()
Gets or sets direction which used for series drawing in legend. |
StiFont |
getFont()
Gets or sets font which used for series title drawing in chart legend. |
boolean |
getHideSeriesWithEmptyTitle()
Gets or sets value which shows/hides series with empty title. |
StiLegendHorAlignment |
getHorAlignment()
Gets or sets horizontal alignment of legend placement. |
int |
getHorSpacing()
Gets or sets horizontal spacing between items in legend. |
StiColor |
getLabelsColor()
Gets or sets color of the labels. |
StiMarkerAlignment |
getMarkerAlignment()
Gets or sets alignment of markers related to series title. |
boolean |
getMarkerBorder()
|
StiSize |
getMarkerSize()
Gets or sets marker size. |
boolean |
getMarkerVisible()
Gets or sets visibility of markers. |
boolean |
getShowShadow()
Gets or sets value which indicates draw shadow or no. |
StiSize |
getSize()
Gets or sets size of legend. |
java.lang.String |
getTitle()
Gets or sets title of the legend. |
StiColor |
getTitleColor()
Gets or sets title color of legend. |
StiFont |
getTitleFont()
Gets or sets title font of the chart legend. |
StiLegendVertAlignment |
getVertAlignment()
Gets or sets vertical alignment of legend placement. |
int |
getVertSpacing()
Gets or sets vertical spacing between items in legend. |
boolean |
getVisible()
Gets or sets visibility of chart legend. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
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 value)
|
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 class com.stimulsoft.base.serializing.StiSerializedObject |
---|
cleanReference, getReference, setReference |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
getReference, setReference |
Constructor Detail |
---|
public StiLegend()
Method Detail |
---|
public final java.lang.Object clone()
clone
in interface IStiLegend
clone
in class java.lang.Object
public final StiLegendCoreXF getCore()
getCore
in interface IStiLegend
public final void setCore(StiLegendCoreXF value)
setCore
in interface IStiLegend
public final boolean getAllowApplyStyle()
getAllowApplyStyle
in interface IStiLegend
public final void setAllowApplyStyle(boolean value)
setAllowApplyStyle
in interface IStiLegend
public final IStiChart getChart()
getChart
in interface IStiLegend
public final void setChart(IStiChart value)
setChart
in interface IStiLegend
public final boolean getHideSeriesWithEmptyTitle()
getHideSeriesWithEmptyTitle
in interface IStiLegend
public final void setHideSeriesWithEmptyTitle(boolean value)
setHideSeriesWithEmptyTitle
in interface IStiLegend
public final boolean getShowShadow()
getShowShadow
in interface IStiLegend
public final void setShowShadow(boolean value)
setShowShadow
in interface IStiLegend
public final StiColor getBorderColor()
getBorderColor
in interface IStiLegend
public final void setBorderColor(StiColor value)
setBorderColor
in interface IStiLegend
public final StiBrush getBrush()
getBrush
in interface IStiLegend
public final void setBrush(StiBrush value)
setBrush
in interface IStiLegend
public final StiColor getTitleColor()
getTitleColor
in interface IStiLegend
public final void setTitleColor(StiColor value)
setTitleColor
in interface IStiLegend
public final StiColor getLabelsColor()
getLabelsColor
in interface IStiLegend
public final void setLabelsColor(StiColor value)
setLabelsColor
in interface IStiLegend
public StiLegendDirection getDirection()
getDirection
in interface IStiLegend
public void setDirection(StiLegendDirection value)
setDirection
in interface IStiLegend
public StiLegendHorAlignment getHorAlignment()
getHorAlignment
in interface IStiLegend
public void setHorAlignment(StiLegendHorAlignment value)
setHorAlignment
in interface IStiLegend
public StiLegendVertAlignment getVertAlignment()
getVertAlignment
in interface IStiLegend
public void setVertAlignment(StiLegendVertAlignment value)
setVertAlignment
in interface IStiLegend
public final StiFont getTitleFont()
getTitleFont
in interface IStiLegend
public final void setTitleFont(StiFont value)
setTitleFont
in interface IStiLegend
public final StiFont getFont()
getFont
in interface IStiLegend
public final void setFont(StiFont value)
setFont
in interface IStiLegend
public final boolean getVisible()
getVisible
in interface IStiLegend
public final void setVisible(boolean value)
setVisible
in interface IStiLegend
public final boolean getMarkerVisible()
getMarkerVisible
in interface IStiLegend
public final void setMarkerVisible(boolean value)
setMarkerVisible
in interface IStiLegend
public boolean getMarkerBorder()
getMarkerBorder
in interface IStiLegend
public void setMarkerBorder(boolean value)
setMarkerBorder
in interface IStiLegend
public final StiSize getMarkerSize()
getMarkerSize
in interface IStiLegend
public final void setMarkerSize(StiSize value)
setMarkerSize
in interface IStiLegend
public StiMarkerAlignment getMarkerAlignment()
getMarkerAlignment
in interface IStiLegend
public void setMarkerAlignment(StiMarkerAlignment value)
setMarkerAlignment
in interface IStiLegend
public final int getColumns()
getColumns
in interface IStiLegend
public final void setColumns(int value)
setColumns
in interface IStiLegend
public final int getHorSpacing()
getHorSpacing
in interface IStiLegend
public final void setHorSpacing(int value)
setHorSpacing
in interface IStiLegend
public final int getVertSpacing()
getVertSpacing
in interface IStiLegend
public final void setVertSpacing(int value)
setVertSpacing
in interface IStiLegend
public final StiSize getSize()
getSize
in interface IStiLegend
public final void setSize(StiSize value)
setSize
in interface IStiLegend
public final java.lang.String getTitle()
getTitle
in interface IStiLegend
public final void setTitle(java.lang.String value)
setTitle
in interface IStiLegend
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |