projects
/
potlatch2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
some more footling around with POI nodes in ways
[potlatch2.git]
/
net
/
systemeD
/
halcyon
/
styleparser
/
StyleList.as
diff --git
a/net/systemeD/halcyon/styleparser/StyleList.as
b/net/systemeD/halcyon/styleparser/StyleList.as
index 5ee42bca4a39b420a62389b780a9fe2a529c3f28..e2496e278d138e5e7fb9e7e3edca7cee59e95b90 100755
(executable)
--- a/
net/systemeD/halcyon/styleparser/StyleList.as
+++ b/
net/systemeD/halcyon/styleparser/StyleList.as
@@
-16,5
+16,8
@@
package net.systemeD.halcyon.styleparser {
public var pointStyles:Array=[];
public var shieldStyles:Array=[];
+ public function hasStyles():Boolean {
+ return ( (shapeStyles.length + textStyles.length + pointStyles.length + shieldStyles.length) > 0 );
+ }
}
}
\ No newline at end of file