|
||||||||||
| 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 IStiLegendclone in class java.lang.Objectpublic final StiLegendCoreXF getCore()
getCore in interface IStiLegendpublic final void setCore(StiLegendCoreXF value)
setCore in interface IStiLegendpublic final boolean getAllowApplyStyle()
getAllowApplyStyle in interface IStiLegendpublic final void setAllowApplyStyle(boolean value)
setAllowApplyStyle in interface IStiLegendpublic final IStiChart getChart()
getChart in interface IStiLegendpublic final void setChart(IStiChart value)
setChart in interface IStiLegendpublic final boolean getHideSeriesWithEmptyTitle()
getHideSeriesWithEmptyTitle in interface IStiLegendpublic final void setHideSeriesWithEmptyTitle(boolean value)
setHideSeriesWithEmptyTitle in interface IStiLegendpublic final boolean getShowShadow()
getShowShadow in interface IStiLegendpublic final void setShowShadow(boolean value)
setShowShadow in interface IStiLegendpublic final StiColor getBorderColor()
getBorderColor in interface IStiLegendpublic final void setBorderColor(StiColor value)
setBorderColor in interface IStiLegendpublic final StiBrush getBrush()
getBrush in interface IStiLegendpublic final void setBrush(StiBrush value)
setBrush in interface IStiLegendpublic final StiColor getTitleColor()
getTitleColor in interface IStiLegendpublic final void setTitleColor(StiColor value)
setTitleColor in interface IStiLegendpublic final StiColor getLabelsColor()
getLabelsColor in interface IStiLegendpublic final void setLabelsColor(StiColor value)
setLabelsColor in interface IStiLegendpublic StiLegendDirection getDirection()
getDirection in interface IStiLegendpublic void setDirection(StiLegendDirection value)
setDirection in interface IStiLegendpublic StiLegendHorAlignment getHorAlignment()
getHorAlignment in interface IStiLegendpublic void setHorAlignment(StiLegendHorAlignment value)
setHorAlignment in interface IStiLegendpublic StiLegendVertAlignment getVertAlignment()
getVertAlignment in interface IStiLegendpublic void setVertAlignment(StiLegendVertAlignment value)
setVertAlignment in interface IStiLegendpublic final StiFont getTitleFont()
getTitleFont in interface IStiLegendpublic final void setTitleFont(StiFont value)
setTitleFont in interface IStiLegendpublic final StiFont getFont()
getFont in interface IStiLegendpublic final void setFont(StiFont value)
setFont in interface IStiLegendpublic final boolean getVisible()
getVisible in interface IStiLegendpublic final void setVisible(boolean value)
setVisible in interface IStiLegendpublic final boolean getMarkerVisible()
getMarkerVisible in interface IStiLegendpublic final void setMarkerVisible(boolean value)
setMarkerVisible in interface IStiLegendpublic boolean getMarkerBorder()
getMarkerBorder in interface IStiLegendpublic void setMarkerBorder(boolean value)
setMarkerBorder in interface IStiLegendpublic final StiSize getMarkerSize()
getMarkerSize in interface IStiLegendpublic final void setMarkerSize(StiSize value)
setMarkerSize in interface IStiLegendpublic StiMarkerAlignment getMarkerAlignment()
getMarkerAlignment in interface IStiLegendpublic void setMarkerAlignment(StiMarkerAlignment value)
setMarkerAlignment in interface IStiLegendpublic final int getColumns()
getColumns in interface IStiLegendpublic final void setColumns(int value)
setColumns in interface IStiLegendpublic final int getHorSpacing()
getHorSpacing in interface IStiLegendpublic final void setHorSpacing(int value)
setHorSpacing in interface IStiLegendpublic final int getVertSpacing()
getVertSpacing in interface IStiLegendpublic final void setVertSpacing(int value)
setVertSpacing in interface IStiLegendpublic final StiSize getSize()
getSize in interface IStiLegendpublic final void setSize(StiSize value)
setSize in interface IStiLegendpublic final java.lang.String getTitle()
getTitle in interface IStiLegendpublic final void setTitle(java.lang.String value)
setTitle in interface IStiLegend
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||