- java.lang.Object
-
- com.github.weisj.jsvg.attributes.VectorEffect.Flags
-
- Enclosing class:
- VectorEffect
private static final class VectorEffect.Flags extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static intFIXED_POSITIONprivate static intNON_ROTATINGprivate static intNON_SCALING_SIZE
-
Constructor Summary
Constructors Modifier Constructor Description privateFlags()
-
-
-
Field Detail
-
NON_SCALING_SIZE
private static final int NON_SCALING_SIZE
- See Also:
- Constant Field Values
-
NON_ROTATING
private static final int NON_ROTATING
- See Also:
- Constant Field Values
-
FIXED_POSITION
private static final int FIXED_POSITION
- See Also:
- Constant Field Values
-
-