public class SVGAttributes extends BaseOption
Maps to the Highcharts option 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 String d()
public SVGAttributes d(String d)
d
- the value for the d optionpublic String getD()
public SVGAttributes setD(String d)
d
- the value for the d 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 String rotation()
public SVGAttributes rotation(String rotation)
rotation
- the value for the rotation optionpublic String getRotation()
public SVGAttributes setRotation(String 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 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.