com.stimulsoft.report.chart.view.seriesLabels
Class StiNoneLabels

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.base.services.StiService
          extended by com.stimulsoft.report.chart.view.seriesLabels.StiSeriesLabels
              extended by com.stimulsoft.report.chart.view.seriesLabels.StiNoneLabels
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiSerializeToCodeAsClass, IStiNoneLabels, IStiSeriesLabels, java.lang.Cloneable

public class StiNoneLabels
extends StiSeriesLabels
implements IStiNoneLabels


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiNoneLabels()
           
 
Method Summary
 boolean getAntialiasing()
          Gets or sets value which control antialiasing drawing mode of series labels.
 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.
 StiFont getFont()
          Gets or sets font which will be used to draw series labels.
 StiColor getLabelColor()
          Gets or sets foreground color of series labels.
 boolean getVisible()
          Gets or sets visiblity of series labels.
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setAntialiasing(boolean value)
           
 void setBorderColor(StiColor value)
           
 void setBrush(StiBrush value)
           
 void setFont(StiFont value)
           
 void setLabelColor(StiColor value)
           
 void setVisible(boolean value)
           
 
Methods inherited from class com.stimulsoft.report.chart.view.seriesLabels.StiSeriesLabels
clone, getAllowApplyStyle, getAngle, getAxisCore, getChart, getConditions, getCore, getDrawBorder, getFormat, getLegendValueType, getMarkerAlignment, getMarkerSize, getMarkerVisible, getPieCore, getPreventIntersection, getServiceCategory, getServiceName, getServiceType, getShowNulls, getShowOnZeroValues, getShowZeros, getStep, getTextAfter, getTextBefore, getUseSeriesColor, getValueType, getValueTypeSeparator, getWidth, getWordWrap, LoadFromJsonObject, LoadFromJsonObjectInternal, setAllowApplyStyle, setAngle, setChart, setConditions, setCore, setDrawBorder, setFormat, setLegendValueType, setMarkerAlignment, setMarkerSize, setMarkerVisible, setPreventIntersection, setShowNulls, setShowOnZeroValues, setShowZeros, setStep, setTextAfter, setTextBefore, setUseSeriesColor, setValueType, setValueTypeSeparator, setWidth, setWordWrap, 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.report.chart.interfaces.seriesLabels.IStiSeriesLabels
clone, getAllowApplyStyle, getAngle, getChart, getCore, getDrawBorder, getFormat, getLegendValueType, getMarkerAlignment, getMarkerSize, getMarkerVisible, getPreventIntersection, getShowNulls, getShowZeros, getStep, getTextAfter, getTextBefore, getUseSeriesColor, getValueType, getValueTypeSeparator, getWidth, setAllowApplyStyle, setAngle, setChart, setCore, setDrawBorder, setFormat, setLegendValueType, setMarkerAlignment, setMarkerSize, setMarkerVisible, setPreventIntersection, setShowNulls, setShowZeros, setStep, setTextAfter, setTextBefore, setUseSeriesColor, setValueType, setValueTypeSeparator
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject
 

Constructor Detail

StiNoneLabels

public StiNoneLabels()
Method Detail

getAntialiasing

public boolean getAntialiasing()
Description copied from class: StiSeriesLabels
Gets or sets value which control antialiasing drawing mode of series labels.

Specified by:
getAntialiasing in interface IStiSeriesLabels
Overrides:
getAntialiasing in class StiSeriesLabels

setAntialiasing

public void setAntialiasing(boolean value)
Specified by:
setAntialiasing in interface IStiSeriesLabels
Overrides:
setAntialiasing in class StiSeriesLabels

getVisible

public boolean getVisible()
Description copied from class: StiSeriesLabels
Gets or sets visiblity of series labels.

Specified by:
getVisible in interface IStiSeriesLabels
Overrides:
getVisible in class StiSeriesLabels

setVisible

public void setVisible(boolean value)
Specified by:
setVisible in interface IStiSeriesLabels
Overrides:
setVisible in class StiSeriesLabels

getLabelColor

public StiColor getLabelColor()
Description copied from class: StiSeriesLabels
Gets or sets foreground color of series labels.

Specified by:
getLabelColor in interface IStiSeriesLabels
Overrides:
getLabelColor in class StiSeriesLabels

setLabelColor

public void setLabelColor(StiColor value)
Specified by:
setLabelColor in interface IStiSeriesLabels
Overrides:
setLabelColor in class StiSeriesLabels

getBorderColor

public StiColor getBorderColor()
Description copied from class: StiSeriesLabels
Gets or sets border color of series labels.

Specified by:
getBorderColor in interface IStiSeriesLabels
Overrides:
getBorderColor in class StiSeriesLabels

setBorderColor

public void setBorderColor(StiColor value)
Specified by:
setBorderColor in interface IStiSeriesLabels
Overrides:
setBorderColor in class StiSeriesLabels

getBrush

public StiBrush getBrush()
Description copied from class: StiSeriesLabels
Gets or sets brush which will be used to fill area of series labels.

Specified by:
getBrush in interface IStiSeriesLabels
Overrides:
getBrush in class StiSeriesLabels

setBrush

public void setBrush(StiBrush value)
Specified by:
setBrush in interface IStiSeriesLabels
Overrides:
setBrush in class StiSeriesLabels

getFont

public StiFont getFont()
Description copied from class: StiSeriesLabels
Gets or sets font which will be used to draw series labels.

Specified by:
getFont in interface IStiSeriesLabels
Overrides:
getFont in class StiSeriesLabels

setFont

public void setFont(StiFont value)
Specified by:
setFont in interface IStiSeriesLabels
Overrides:
setFont in class StiSeriesLabels

SaveToJsonObject

public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
                            throws JSONException
Specified by:
SaveToJsonObject in interface IStiJsonReportObject
Overrides:
SaveToJsonObject in class StiSeriesLabels
Throws:
JSONException