Package | Description |
---|---|
com.hyjavastock.model.common |
Modifier and Type | Field and Description |
---|---|
static CSSObject |
CSSObject.NULL |
Modifier and Type | Method and Description |
---|---|
CSSObject |
SVGAttributes.getStyleAsCSSObject() |
CSSObject |
CSSObject.setBackground(String background)
Background style for the element.
|
CSSObject |
CSSObject.setBackgroundColor(Color backgroundColor)
Background color of the element.
|
CSSObject |
CSSObject.setBorder(String border)
Border style for the element.
|
CSSObject |
CSSObject.setBorderRadius(Number borderRadius)
Radius of the element border.
|
CSSObject |
CSSObject.setColor(Color color)
Color used in the element.
|
CSSObject |
CSSObject.setCssValue(String cssValue)
Set the CSS Javascript value.
|
CSSObject |
CSSObject.setCursor(String cursor)
Style of the mouse cursor when resting over the element.
|
CSSObject |
CSSObject.setFontFamily(String fontFamily)
Font family of the element text.
|
CSSObject |
CSSObject.setFontSize(String fontSize)
Font size of the element text.
|
CSSObject |
CSSObject.setFontStyle(String fontStyle) |
CSSObject |
CSSObject.setFontWeight(String fontWeight)
Font weight of the element text.
|
CSSObject |
CSSObject.setHeight(Number height)
Height of the element.
|
CSSObject |
CSSObject.setLineWidth(Number lineWidth)
Width of the element border.
|
CSSObject |
CSSObject.setOpacity(Number opacity)
Opacity of the element.
|
CSSObject |
CSSObject.setPadding(String padding)
Space around the element content.
|
CSSObject |
CSSObject.setPointerEvents(String pointerEvents)
Behaviour of the element when the mouse cursor rests over it.
|
CSSObject |
CSSObject.setPosition(String position)
Positioning of the element.
|
CSSObject |
CSSObject.setTextAlign(String textAlign)
Alignment of the element text.
|
CSSObject |
CSSObject.setTextDecoration(String textDecoration)
Additional decoration of the element text.
|
CSSObject |
CSSObject.setTextOutline(String textOutline)
Outline style of the element text.
|
CSSObject |
CSSObject.setTextOverflow(String textOverflow)
Line break style of the element text.
|
CSSObject |
CSSObject.setTop(String top)
Top spacing of the element relative to the parent element.
|
CSSObject |
CSSObject.setTransition(String transition)
Animated transition of selected element properties.
|
CSSObject |
CSSObject.setWhiteSpace(String whiteSpace)
Line break style of the element text.
|
CSSObject |
CSSObject.setWidth(Number width)
Width of the element.
|
Modifier and Type | Method and Description |
---|---|
SVGAttributes |
SVGAttributes.setStyle(CSSObject styleAsCSSObject) |
Copyright © 2022. All rights reserved.