Package com.github.weisj.jsvg.attributes
Class VectorEffect.Flags
- 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 int
FIXED_POSITION
private static int
NON_ROTATING
private static int
NON_SCALING_SIZE
-
Constructor Summary
Constructors Modifier Constructor Description private
Flags()
-
-
-
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
-
-