All Packages Class Hierarchy This Package Previous Next Index
Class fi.helsinki.cs.MapDrawer.Properties
java.lang.Object
|
+----fi.helsinki.cs.MapDrawer.Properties
- public class Properties
- extends Object
The properties class defines the hashcodes of all known properties as
constants. The hashcodes for tags are also here.
-
a
-
-
area
-
-
bottom
-
-
color
-
-
d
-
-
deviate
-
-
division
-
-
hdiv
-
-
i
-
-
icon
-
-
interp
-
-
l
-
-
layout
-
-
left
-
-
name
-
-
place
-
-
pt
-
-
randomize
-
-
right
-
-
rotation
-
-
s
-
-
shape
-
-
stripe
-
-
t
-
-
text
-
-
top
-
-
vdiv
-
-
Properties()
-
left
public static final int left
right
public static final int right
top
public static final int top
bottom
public static final int bottom
hdiv
public static final int hdiv
vdiv
public static final int vdiv
pt
public static final int pt
color
public static final int color
place
public static final int place
name
public static final int name
rotation
public static final int rotation
randomize
public static final int randomize
interp
public static final int interp
deviate
public static final int deviate
shape
public static final int shape
area
public static final int area
a
public static final int a
stripe
public static final int stripe
s
public static final int s
layout
public static final int layout
l
public static final int l
division
public static final int division
d
public static final int d
icon
public static final int icon
i
public static final int i
text
public static final int text
t
public static final int t
Properties
public Properties()
All Packages Class Hierarchy This Package Previous Next Index