public class SVGAttributes extends BaseOption
Maps to the Highcharts.SVGAttributes data type.
Example: series.area.states.hover.halo.attributes
ref: https://api.highcharts.com/highcharts/series.area.states.hover.halo.attributes
Modifier and Type | Field and Description |
---|---|
static SVGAttributes |
NULL |
Constructor and Description |
---|
SVGAttributes() |
set_hcNulledOption
public static final SVGAttributes NULL
public SVGAttributes setDAsArrayNumber(List<Number> dAsArrayNumber)
dAsArrayNumber
- the value for the dAsArrayNumber optionpublic SVGAttributes setDAsArrayString(List<String> dAsArrayString)
dAsArrayString
- the value for the dAsArrayString optionpublic String getDAsString()
public SVGAttributes setDAsString(String dAsString)
dAsString
- the value for the dAsString optionpublic Color getFill()
public SVGAttributes setFill(Color fill)
fill
- the value for the fill optionpublic Boolean getInverted()
public SVGAttributes setInverted(Boolean inverted)
inverted
- the value for the inverted optionpublic SVGAttributes setMatrix(List<Number> matrix)
matrix
- the value for the matrix optionpublic Number getRotation()
public SVGAttributes setRotation(Number rotation)
rotation
- the value for the rotation optionpublic Number getRotationOriginX()
public SVGAttributes setRotationOriginX(Number rotationOriginX)
rotationOriginX
- the value for the rotationOriginX optionpublic Number getRotationOriginY()
public SVGAttributes setRotationOriginY(Number rotationOriginY)
rotationOriginY
- the value for the rotationOriginY optionpublic Number getScaleX()
public SVGAttributes setScaleX(Number scaleX)
scaleX
- the value for the scaleX optionpublic Number getScaleY()
public SVGAttributes setScaleY(Number scaleY)
scaleY
- the value for the scaleY optionpublic Color getStroke()
public SVGAttributes setStroke(Color stroke)
stroke
- the value for the stroke optionpublic Number getStrokeWidth()
public SVGAttributes setStrokeWidth(Number strokeWidth)
strokeWidth
- the value for the strokeWidth optionpublic CSSObject getStyleAsCSSObject()
public SVGAttributes setStyle(CSSObject styleAsCSSObject)
styleAsCSSObject
- the value for the styleAsCSSObject optionpublic String getStyleAsString()
public SVGAttributes setStyle(String styleAsString)
styleAsString
- the value for the styleAsString optionpublic Number getTranslateX()
public SVGAttributes setTranslateX(Number translateX)
translateX
- the value for the translateX optionpublic Number getTranslateY()
public SVGAttributes setTranslateY(Number translateY)
translateY
- the value for the translateY optionpublic Number getZIndex()
public SVGAttributes setZIndex(Number zIndex)
zIndex
- the value for the zIndex optionCopyright © 2022. All rights reserved.