Package | Description |
---|---|
com.hyjavastock.model.common |
Modifier and Type | Field and Description |
---|---|
static SVGAttributes |
SVGAttributes.NULL |
Modifier and Type | Method and Description |
---|---|
SVGAttributes |
PatternOptions.getPathAsObject()
Either an SVG path as string, or an object.
|
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.setPadding(Number paddingAsNumber)
Space around the element content.
|
SVGAttributes |
SVGAttributes.setPadding(String paddingAsString)
Space around the element content.
|
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.setStartOffset(String startOffset) |
SVGAttributes |
SVGAttributes.setStroke(Color stroke) |
SVGAttributes |
SVGAttributes.setStrokeWidth(Number strokeWidth) |
SVGAttributes |
SVGAttributes.setStrokeWidthHyphenated(Number strokeWidthHyphenated) |
SVGAttributes |
SVGAttributes.setStyle(CSSObject styleAsCSSObject) |
SVGAttributes |
SVGAttributes.setStyle(String styleAsString) |
SVGAttributes |
SVGAttributes.setTranslateX(Number translateX) |
SVGAttributes |
SVGAttributes.setTranslateY(Number translateY) |
SVGAttributes |
SVGAttributes.setZIndex(Number zIndex) |
Modifier and Type | Method and Description |
---|---|
PatternOptions |
PatternOptions.setPath(SVGAttributes pathAsObject)
Either an SVG path as string, or an object.
|
Copyright © 2023. All rights reserved.