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