Package | Description |
---|---|
com.hyjavacharts.model.common |
Modifier and Type | Method and Description |
---|---|
SVGAttributes |
SVGAttributes.dAsArrayNumber(List<Number> dAsArrayNumber) |
SVGAttributes |
SVGAttributes.dAsArrayString(List<String> dAsArrayString) |
SVGAttributes |
SVGAttributes.dAsString(String dAsString) |
SVGAttributes |
SVGAttributes.fill(Color fill) |
SVGAttributes |
PatternOptions.getPathAsObject()
Either an SVG path as string, or an object.
|
SVGAttributes |
SVGAttributes.inverted(Boolean inverted) |
SVGAttributes |
SVGAttributes.matrix(List<Number> matrix) |
SVGAttributes |
PatternOptions.pathAsObject()
Either an SVG path as string, or an object.
|
SVGAttributes |
SVGAttributes.rotation(Number rotation) |
SVGAttributes |
SVGAttributes.rotationOriginX(Number rotationOriginX) |
SVGAttributes |
SVGAttributes.rotationOriginY(Number rotationOriginY) |
SVGAttributes |
SVGAttributes.scaleX(Number scaleX) |
SVGAttributes |
SVGAttributes.scaleY(Number scaleY) |
SVGAttributes |
SVGAttributes.setDAsArrayNumber(List<Number> dAsArrayNumber) |
SVGAttributes |
SVGAttributes.setDAsArrayString(List<String> dAsArrayString) |
SVGAttributes |
SVGAttributes.setDAsString(String dAsString) |
SVGAttributes |
SVGAttributes.setFill(Color fill) |
SVGAttributes |
SVGAttributes.setInverted(Boolean inverted) |
SVGAttributes |
SVGAttributes.setMatrix(List<Number> matrix) |
SVGAttributes |
SVGAttributes.setRotation(Number rotation) |
SVGAttributes |
SVGAttributes.setRotationOriginX(Number rotationOriginX) |
SVGAttributes |
SVGAttributes.setRotationOriginY(Number rotationOriginY) |
SVGAttributes |
SVGAttributes.setScaleX(Number scaleX) |
SVGAttributes |
SVGAttributes.setScaleY(Number scaleY) |
SVGAttributes |
SVGAttributes.setStroke(Color stroke) |
SVGAttributes |
SVGAttributes.setStrokeWidth(Number strokeWidth) |
SVGAttributes |
SVGAttributes.setStyleAsCSSObject(CSSObject styleAsCSSObject) |
SVGAttributes |
SVGAttributes.setStyleAsString(String styleAsString) |
SVGAttributes |
SVGAttributes.setTranslateX(Number translateX) |
SVGAttributes |
SVGAttributes.setTranslateY(Number translateY) |
SVGAttributes |
SVGAttributes.setZIndex(Number zIndex) |
SVGAttributes |
SVGAttributes.stroke(Color stroke) |
SVGAttributes |
SVGAttributes.strokeWidth(Number strokeWidth) |
SVGAttributes |
SVGAttributes.styleAsCSSObject(CSSObject styleAsCSSObject) |
SVGAttributes |
SVGAttributes.styleAsString(String styleAsString) |
SVGAttributes |
SVGAttributes.translateX(Number translateX) |
SVGAttributes |
SVGAttributes.translateY(Number translateY) |
SVGAttributes |
SVGAttributes.zIndex(Number zIndex) |
Modifier and Type | Method and Description |
---|---|
PatternOptions |
PatternOptions.pathAsObject(SVGAttributes pathAsObject)
Either an SVG path as string, or an object.
|
PatternOptions |
PatternOptions.setPathAsObject(SVGAttributes pathAsObject)
Either an SVG path as string, or an object.
|
Copyright © 2022. All rights reserved.