|
||||||||||
| 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.base.services.StiService
com.stimulsoft.report.chart.view.seriesLabels.StiSeriesLabels
public abstract class StiSeriesLabels
| Field Summary |
|---|
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiSeriesLabels()
|
|
| 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. |
float |
getAngle()
Gets or sets angle of text rotation. |
boolean |
getAntialiasing()
Gets or sets value which control antialiasing drawing mode of series labels. |
StiAxisSeriesLabelsCoreXF |
getAxisCore()
|
StiColor |
getBorderColor()
Gets or sets border color of series labels. |
StiBrush |
getBrush()
Gets or sets brush which will be used to fill area of series labels. |
IStiChart |
getChart()
|
StiChartConditionsCollection |
getConditions()
Gets or sets collection of conditions which can be used to change behavior of series labels. |
StiSeriesLabelsCoreXF |
getCore()
|
boolean |
getDrawBorder()
Gets or sets value which incates that border will be drawn or not. |
StiFont |
getFont()
Gets or sets font which will be used to draw series labels. |
java.lang.String |
getFormat()
Gets or sets format string which used for formating series values (if applicable). |
StiColor |
getLabelColor()
Gets or sets foreground color of series labels. |
StiSeriesLabelsValueType |
getLegendValueType()
Gets or sets which type of information will be shown in legend. |
StiMarkerAlignment |
getMarkerAlignment()
Gets or sets marker alignment related to label text. |
StiSize |
getMarkerSize()
Gets or sets marker size. |
boolean |
getMarkerVisible()
Gets or sets vibility of marker. |
StiPieSeriesLabelsCoreXF |
getPieCore()
|
boolean |
getPreventIntersection()
Gets or sets value which indicates that whether it is necessary to avoid intersections between border of series labels and border of series. |
java.lang.String |
getServiceCategory()
Gets a service category. |
java.lang.String |
getServiceName()
Gets a service name. |
java.lang.Class |
getServiceType()
Gets a service type. |
boolean |
getShowNulls()
Gets or sets value which indicates that series labels will be shown or not if value equal to null. |
boolean |
getShowOnZeroValues()
Deprecated. |
boolean |
getShowZeros()
Gets or sets value which indicates that series labels will be shown or not if value equal to zero. |
int |
getStep()
Gets or sets value which indicates with what steps do labels be shown. |
java.lang.String |
getTextAfter()
Gets or sets text which will be shown after label text. |
java.lang.String |
getTextBefore()
Gets or sets text which will be shown before label text. |
boolean |
getUseSeriesColor()
Gets or sets value which indicates that series colors must be used. |
StiSeriesLabelsValueType |
getValueType()
Gets or sets which type of information will be shown in series labels. |
java.lang.String |
getValueTypeSeparator()
Gets or sets string which contain separator for value information (if applicated). |
boolean |
getVisible()
Gets or sets visiblity of series labels. |
int |
getWidth()
Fixed width of axis labels |
boolean |
getWordWrap()
|
void |
LoadFromJsonObject(JSONObject jObject)
|
static IStiSeriesLabels |
LoadFromJsonObjectInternal(JSONObject jObject,
StiChart chart)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setAllowApplyStyle(boolean value)
|
void |
setAngle(float value)
|
void |
setAntialiasing(boolean value)
|
void |
setBorderColor(StiColor value)
|
void |
setBrush(StiBrush value)
|
void |
setChart(IStiChart value)
|
void |
setConditions(StiChartConditionsCollection value)
|
void |
setCore(StiSeriesLabelsCoreXF value)
|
void |
setDrawBorder(boolean value)
|
void |
setFont(StiFont value)
|
void |
setFormat(java.lang.String value)
|
void |
setLabelColor(StiColor value)
|
void |
setLegendValueType(StiSeriesLabelsValueType value)
|
void |
setMarkerAlignment(StiMarkerAlignment value)
|
void |
setMarkerSize(StiSize value)
|
void |
setMarkerVisible(boolean value)
|
void |
setPreventIntersection(boolean value)
|
void |
setShowNulls(boolean value)
|
void |
setShowOnZeroValues(boolean value)
Deprecated. |
void |
setShowZeros(boolean value)
|
void |
setStep(int value)
|
void |
setTextAfter(java.lang.String value)
|
void |
setTextBefore(java.lang.String value)
|
void |
setUseSeriesColor(boolean value)
|
void |
setValueType(StiSeriesLabelsValueType value)
|
void |
setValueTypeSeparator(java.lang.String value)
|
void |
setVisible(boolean value)
|
void |
setWidth(int width)
Fixed width of axis labels |
void |
setWordWrap(boolean wordWrap)
|
java.lang.String |
toString()
|
| Methods inherited from class com.stimulsoft.base.services.StiService |
|---|
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabled |
| Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
|---|
cleanReference, getReference, setReference |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
getReference, setReference |
| Constructor Detail |
|---|
public StiSeriesLabels()
| Method Detail |
|---|
public java.lang.Object clone()
clone in interface IStiSeriesLabelsclone in class StiServicepublic java.lang.String getServiceName()
getServiceName in class StiServicepublic final java.lang.String getServiceCategory()
getServiceCategory in class StiServicepublic final java.lang.Class getServiceType()
getServiceType in class StiServicepublic final boolean getPreventIntersection()
getPreventIntersection in interface IStiSeriesLabelspublic final void setPreventIntersection(boolean value)
setPreventIntersection in interface IStiSeriesLabelspublic final StiSeriesLabelsCoreXF getCore()
getCore in interface IStiSeriesLabelspublic final void setCore(StiSeriesLabelsCoreXF value)
setCore in interface IStiSeriesLabelspublic final StiAxisSeriesLabelsCoreXF getAxisCore()
public final StiPieSeriesLabelsCoreXF getPieCore()
public final boolean getAllowApplyStyle()
getAllowApplyStyle in interface IStiSeriesLabelspublic final void setAllowApplyStyle(boolean value)
setAllowApplyStyle in interface IStiSeriesLabelspublic final StiChartConditionsCollection getConditions()
public final void setConditions(StiChartConditionsCollection value)
@Deprecated public final boolean getShowOnZeroValues()
@Deprecated public final void setShowOnZeroValues(boolean value)
public final boolean getShowZeros()
getShowZeros in interface IStiSeriesLabelspublic final void setShowZeros(boolean value)
setShowZeros in interface IStiSeriesLabelspublic final boolean getShowNulls()
getShowNulls in interface IStiSeriesLabelspublic final void setShowNulls(boolean value)
setShowNulls in interface IStiSeriesLabelspublic final boolean getMarkerVisible()
getMarkerVisible in interface IStiSeriesLabelspublic final void setMarkerVisible(boolean value)
setMarkerVisible in interface IStiSeriesLabelspublic final StiSize getMarkerSize()
getMarkerSize in interface IStiSeriesLabelspublic final void setMarkerSize(StiSize value)
setMarkerSize in interface IStiSeriesLabelspublic StiMarkerAlignment getMarkerAlignment()
getMarkerAlignment in interface IStiSeriesLabelspublic void setMarkerAlignment(StiMarkerAlignment value)
setMarkerAlignment in interface IStiSeriesLabelspublic final int getStep()
getStep in interface IStiSeriesLabelspublic final void setStep(int value)
setStep in interface IStiSeriesLabelspublic StiSeriesLabelsValueType getValueType()
getValueType in interface IStiSeriesLabelspublic void setValueType(StiSeriesLabelsValueType value)
setValueType in interface IStiSeriesLabelspublic java.lang.String getValueTypeSeparator()
getValueTypeSeparator in interface IStiSeriesLabelspublic void setValueTypeSeparator(java.lang.String value)
setValueTypeSeparator in interface IStiSeriesLabelspublic StiSeriesLabelsValueType getLegendValueType()
getLegendValueType in interface IStiSeriesLabelspublic void setLegendValueType(StiSeriesLabelsValueType value)
setLegendValueType in interface IStiSeriesLabelspublic final java.lang.String getTextBefore()
getTextBefore in interface IStiSeriesLabelspublic final void setTextBefore(java.lang.String value)
setTextBefore in interface IStiSeriesLabelspublic final java.lang.String getTextAfter()
getTextAfter in interface IStiSeriesLabelspublic final void setTextAfter(java.lang.String value)
setTextAfter in interface IStiSeriesLabelspublic float getAngle()
getAngle in interface IStiSeriesLabelspublic void setAngle(float value)
setAngle in interface IStiSeriesLabelspublic final java.lang.String getFormat()
getFormat in interface IStiSeriesLabelspublic final void setFormat(java.lang.String value)
setFormat in interface IStiSeriesLabelspublic boolean getAntialiasing()
getAntialiasing in interface IStiSeriesLabelspublic void setAntialiasing(boolean value)
setAntialiasing in interface IStiSeriesLabelspublic boolean getVisible()
getVisible in interface IStiSeriesLabelspublic void setVisible(boolean value)
setVisible in interface IStiSeriesLabelspublic boolean getDrawBorder()
getDrawBorder in interface IStiSeriesLabelspublic void setDrawBorder(boolean value)
setDrawBorder in interface IStiSeriesLabelspublic boolean getUseSeriesColor()
getUseSeriesColor in interface IStiSeriesLabelspublic void setUseSeriesColor(boolean value)
setUseSeriesColor in interface IStiSeriesLabelspublic StiColor getLabelColor()
getLabelColor in interface IStiSeriesLabelspublic void setLabelColor(StiColor value)
setLabelColor in interface IStiSeriesLabelspublic StiColor getBorderColor()
getBorderColor in interface IStiSeriesLabelspublic void setBorderColor(StiColor value)
setBorderColor in interface IStiSeriesLabelspublic StiBrush getBrush()
getBrush in interface IStiSeriesLabelspublic void setBrush(StiBrush value)
setBrush in interface IStiSeriesLabelspublic StiFont getFont()
getFont in interface IStiSeriesLabelspublic void setFont(StiFont value)
setFont in interface IStiSeriesLabelspublic final IStiChart getChart()
getChart in interface IStiSeriesLabelspublic final void setChart(IStiChart value)
setChart in interface IStiSeriesLabelspublic boolean getWordWrap()
public void setWordWrap(boolean wordWrap)
wordWrap - the wordWrap to setpublic int getWidth()
getWidth in interface IStiSeriesLabelspublic void setWidth(int width)
width - the width to setpublic java.lang.String toString()
toString in class java.lang.Object
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONException
public static IStiSeriesLabels LoadFromJsonObjectInternal(JSONObject jObject,
StiChart chart)
throws JSONException
JSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||