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

Variable Index

 o arg
 o prop
 o val

Constructor Index

 o MapDProp()

Method Index

 o argAsNumber()
Converts arg into an int (for indexing).
 o parseDouble(String)
 o valAsInt()
Converts the value of the property into an int.
 o valAsNumber()
Converts the value of the property into a double.
 o valAsRelPoint()
Converts the value of the property into a RelPoint.

Variables

 o prop
 public String prop
 o arg
 public String arg
 o val
 public String val

Constructors

 o MapDProp
 public MapDProp()

Methods

 o argAsNumber
 public int argAsNumber()
Converts arg into an int (for indexing).

 o valAsInt
 public int valAsInt()
Converts the value of the property into an int.

 o parseDouble
 protected double parseDouble(String s)
 o valAsNumber
 public double valAsNumber()
Converts the value of the property into a double.

 o valAsRelPoint
 public RelPoint valAsRelPoint()
Converts the value of the property into a RelPoint.


All Packages  Class Hierarchy  This Package  Previous  Next  Index