|
||||||||||
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 IStiSeriesLabels
clone
in class StiService
public java.lang.String getServiceName()
getServiceName
in class StiService
public final java.lang.String getServiceCategory()
getServiceCategory
in class StiService
public final java.lang.Class getServiceType()
getServiceType
in class StiService
public final boolean getPreventIntersection()
getPreventIntersection
in interface IStiSeriesLabels
public final void setPreventIntersection(boolean value)
setPreventIntersection
in interface IStiSeriesLabels
public final StiSeriesLabelsCoreXF getCore()
getCore
in interface IStiSeriesLabels
public final void setCore(StiSeriesLabelsCoreXF value)
setCore
in interface IStiSeriesLabels
public final StiAxisSeriesLabelsCoreXF getAxisCore()
public final StiPieSeriesLabelsCoreXF getPieCore()
public final boolean getAllowApplyStyle()
getAllowApplyStyle
in interface IStiSeriesLabels
public final void setAllowApplyStyle(boolean value)
setAllowApplyStyle
in interface IStiSeriesLabels
public 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 IStiSeriesLabels
public final void setShowZeros(boolean value)
setShowZeros
in interface IStiSeriesLabels
public final boolean getShowNulls()
getShowNulls
in interface IStiSeriesLabels
public final void setShowNulls(boolean value)
setShowNulls
in interface IStiSeriesLabels
public final boolean getMarkerVisible()
getMarkerVisible
in interface IStiSeriesLabels
public final void setMarkerVisible(boolean value)
setMarkerVisible
in interface IStiSeriesLabels
public final StiSize getMarkerSize()
getMarkerSize
in interface IStiSeriesLabels
public final void setMarkerSize(StiSize value)
setMarkerSize
in interface IStiSeriesLabels
public StiMarkerAlignment getMarkerAlignment()
getMarkerAlignment
in interface IStiSeriesLabels
public void setMarkerAlignment(StiMarkerAlignment value)
setMarkerAlignment
in interface IStiSeriesLabels
public final int getStep()
getStep
in interface IStiSeriesLabels
public final void setStep(int value)
setStep
in interface IStiSeriesLabels
public StiSeriesLabelsValueType getValueType()
getValueType
in interface IStiSeriesLabels
public void setValueType(StiSeriesLabelsValueType value)
setValueType
in interface IStiSeriesLabels
public java.lang.String getValueTypeSeparator()
getValueTypeSeparator
in interface IStiSeriesLabels
public void setValueTypeSeparator(java.lang.String value)
setValueTypeSeparator
in interface IStiSeriesLabels
public StiSeriesLabelsValueType getLegendValueType()
getLegendValueType
in interface IStiSeriesLabels
public void setLegendValueType(StiSeriesLabelsValueType value)
setLegendValueType
in interface IStiSeriesLabels
public final java.lang.String getTextBefore()
getTextBefore
in interface IStiSeriesLabels
public final void setTextBefore(java.lang.String value)
setTextBefore
in interface IStiSeriesLabels
public final java.lang.String getTextAfter()
getTextAfter
in interface IStiSeriesLabels
public final void setTextAfter(java.lang.String value)
setTextAfter
in interface IStiSeriesLabels
public float getAngle()
getAngle
in interface IStiSeriesLabels
public void setAngle(float value)
setAngle
in interface IStiSeriesLabels
public final java.lang.String getFormat()
getFormat
in interface IStiSeriesLabels
public final void setFormat(java.lang.String value)
setFormat
in interface IStiSeriesLabels
public boolean getAntialiasing()
getAntialiasing
in interface IStiSeriesLabels
public void setAntialiasing(boolean value)
setAntialiasing
in interface IStiSeriesLabels
public boolean getVisible()
getVisible
in interface IStiSeriesLabels
public void setVisible(boolean value)
setVisible
in interface IStiSeriesLabels
public boolean getDrawBorder()
getDrawBorder
in interface IStiSeriesLabels
public void setDrawBorder(boolean value)
setDrawBorder
in interface IStiSeriesLabels
public boolean getUseSeriesColor()
getUseSeriesColor
in interface IStiSeriesLabels
public void setUseSeriesColor(boolean value)
setUseSeriesColor
in interface IStiSeriesLabels
public StiColor getLabelColor()
getLabelColor
in interface IStiSeriesLabels
public void setLabelColor(StiColor value)
setLabelColor
in interface IStiSeriesLabels
public StiColor getBorderColor()
getBorderColor
in interface IStiSeriesLabels
public void setBorderColor(StiColor value)
setBorderColor
in interface IStiSeriesLabels
public StiBrush getBrush()
getBrush
in interface IStiSeriesLabels
public void setBrush(StiBrush value)
setBrush
in interface IStiSeriesLabels
public StiFont getFont()
getFont
in interface IStiSeriesLabels
public void setFont(StiFont value)
setFont
in interface IStiSeriesLabels
public final IStiChart getChart()
getChart
in interface IStiSeriesLabels
public final void setChart(IStiChart value)
setChart
in interface IStiSeriesLabels
public boolean getWordWrap()
public void setWordWrap(boolean wordWrap)
wordWrap
- the wordWrap to setpublic int getWidth()
getWidth
in interface IStiSeriesLabels
public 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 IStiJsonReportObject
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
JSONException
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 |