public class Styles
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Styles.Property | 
| static class  | Styles.Rule | 
| Modifier and Type | Field and Description | 
|---|---|
| static short | FILL | 
| static short | FILL_OPACITY | 
| static short | FONT_FAMILY | 
| static short | FONT_SIZE | 
| static short | FONT_STYLE | 
| static short | FONT_WEIGHT | 
| static short | OPACITY | 
| static short | STROKE | 
| static short | STROKE_DASHARRAY | 
| static short | STROKE_WIDTH | 
| static short | TEXT_DECORATION | 
| static short | TRANSFORM | 
| Constructor and Description | 
|---|
| Styles() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addRule(Styles.Rule rule) | 
| Styles.Rule | getRule(java.lang.String styleClass) | 
| boolean | hasRule(java.lang.String styleClass) | 
public static final short FILL
public static final short STROKE
public static final short STROKE_WIDTH
public static final short STROKE_DASHARRAY
public static final short FONT_SIZE
public static final short FONT_WEIGHT
public static final short FONT_STYLE
public static final short FONT_FAMILY
public static final short TEXT_DECORATION
public static final short OPACITY
public static final short FILL_OPACITY
public static final short TRANSFORM
public void addRule(Styles.Rule rule)
public boolean hasRule(java.lang.String styleClass)
public Styles.Rule getRule(java.lang.String styleClass)
Copyright © 2021, 2022, 2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence