![]() |
Bridges-Java 3.5.0-dev1
Bridges(Java API)
|
This class defines a group of Symbols and is part of the bridges::base::SymbolCollection. More...
Package Attributes | |
ArrayList< Symbol > | al = new ArrayList<Symbol>() |
![]() | |
Boolean | xform_flag = false |
Additional Inherited Members | |
![]() | |
String | label = null |
Color | fillColor = null |
Float | opacity = null |
Color | strokeColor = null |
Float | strokeWidth = null |
Integer | strokeDash = null |
Integer | layer = null |
float[] | transform = null |
This class defines a group of Symbols and is part of the bridges::base::SymbolCollection.
One would use SymbolGroup to bundle together a set of Symbol that can be used and placed at one. For instance, one could create a group representing a house and then place that house in a scene.
Setting properties of groups may have surprising consequences. For instance setting the opacity of a SymbolGroup will apply a multiplicative opacity to all the objects in the group, but setting an fill color will only impact the Symbol in the SymbolGroup that do not have a defined fill color.
bridges.base.SymbolGroup.SymbolGroup | ( | ) |
Create a default symbol object
Reimplemented from bridges.base.Symbol.
String bridges.base.SymbolGroup.getShapeType | ( | ) |