projects
/
potlatch2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Draw multiple strokes, label POIs, and much much more fun.
[potlatch2.git]
/
net
/
systemeD
/
halcyon
/
styleparser
/
PointStyle.as
1
package net.systemeD.halcyon.styleparser {
2
3
public class PointStyle {
4
5
public var icon:String;
6
public var width:uint;
7
public var height:uint;
8
public var sublayer:uint=0;
9
10
}
11
12
}