Package org.pepstock.charba.client.items
Class ScaleLabelBackdropOptions
- java.lang.Object
- 
- org.pepstock.charba.client.commons.NativeObjectContainer
- 
- org.pepstock.charba.client.items.ScaleLabelBackdropOptions
 
 
- 
 public final class ScaleLabelBackdropOptions extends NativeObjectContainer The label options maps the labels backdrop options computed byScaleItem.
 This is a wrapper of the CHART.JS item with all needed info.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IsColorgetColor()Returns the color of the label of the scale.StringgetColorAsString()Returns the color of the label of the scale.doublegetHeight()Returns the height in pixel.doublegetLeft()Returns the left of chart area.doublegetTop()Returns the top of chart area.doublegetWidth()Returns the width in pixel.- 
Methods inherited from class org.pepstock.charba.client.commons.NativeObjectContainercheckAndGetColor, checkDefaultValuesArgument, empty, getArrayValue, getElement, getIncrementalId, getNativeChart, getNativeEvent, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, isType, keys, loadNativeObject, remove, remove, setArrayValue, setArrayValue, setArrayValue, setElement, setEmptyValue, setNewIncrementalId, setNewIncrementalId, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
 
- 
 
- 
- 
- 
Method Detail- 
getToppublic double getTop() Returns the top of chart area.- Returns:
- the top of chart area.
 
 - 
getLeftpublic double getLeft() Returns the left of chart area.- Returns:
- the left of chart area.
 
 - 
getWidthpublic double getWidth() Returns the width in pixel.- Returns:
- the width in pixel.
 
 - 
getHeightpublic double getHeight() Returns the height in pixel.- Returns:
- the height in pixel.
 
 - 
getColorAsStringpublic String getColorAsString() Returns the color of the label of the scale.- Returns:
- the color of the label of the scale
 
 - 
getColorpublic IsColor getColor() Returns the color of the label of the scale.- Returns:
- the color of the label of the scale
 
 
- 
 
-