org.apache.batik.dom.svg
public class TraitInformation extends Object
Field Summary | |
---|---|
protected boolean | isAnimatable
Whether this trait can be animated. |
protected short | percentageInterpretation
What percentages in this trait are relative to. |
static short | PERCENTAGE_FONT_SIZE |
static short | PERCENTAGE_VIEWPORT_HEIGHT |
static short | PERCENTAGE_VIEWPORT_SIZE |
static short | PERCENTAGE_VIEWPORT_WIDTH |
protected int | type
The SVG type of this trait. |
Constructor Summary | |
---|---|
TraitInformation(boolean isAnimatable, int type, short percentageInterpretation)
Creates a new TraitInformation object. | |
TraitInformation(boolean isAnimatable, int type)
Creates a new TraitInformation object. |
Method Summary | |
---|---|
short | getPercentageInterpretation()
Returns how percentage values in this trait are resolved. |
int | getType()
Returns the SVG type of this trait. |
boolean | isAnimatable()
Returns whether this trait is animatable. |