org.apache.batik.parser
Interface Angle
- public interface Angle
This interface represents objects which hold informations about
SVG angles.
Field Summary |
static int |
DEG
To represent an angle in degrees. |
static int |
GRAD
To represent an angle in gradians. |
static int |
RAD
To represent an angle in radians. |
Method Summary |
int |
getType()
Returns this angle type. |
float |
getValue()
Returns this angle value. |
DEG
public static final int DEG
- To represent an angle in degrees.
RAD
public static final int RAD
- To represent an angle in radians.
GRAD
public static final int GRAD
- To represent an angle in gradians.
getType
public int getType()
- Returns this angle type.
getValue
public float getValue()
- Returns this angle value.
Copyright © 2001 Apache Software Foundation. All Rights Reserved.