All Packages Class Hierarchy This Package Previous Next Index
Class fi.helsinki.cs.MapDrawer.MapDProp
java.lang.Object
|
+----fi.helsinki.cs.MapDrawer.MapDProp
- public class MapDProp
- extends Object
-
arg
-
-
prop
-
-
val
-
-
MapDProp()
-
-
argAsNumber()
- Converts arg into an int (for indexing).
-
parseDouble(String)
-
-
valAsInt()
- Converts the value of the property into an int.
-
valAsNumber()
- Converts the value of the property into a double.
-
valAsRelPoint()
- Converts the value of the property into a RelPoint.
prop
public String prop
arg
public String arg
val
public String val
MapDProp
public MapDProp()
argAsNumber
public int argAsNumber()
- Converts arg into an int (for indexing).
valAsInt
public int valAsInt()
- Converts the value of the property into an int.
parseDouble
protected double parseDouble(String s)
valAsNumber
public double valAsNumber()
- Converts the value of the property into a double.
valAsRelPoint
public RelPoint valAsRelPoint()
- Converts the value of the property into a RelPoint.
All Packages Class Hierarchy This Package Previous Next Index