public class GeometryEvent extends SceneEvent
| Constructor and Description |
|---|
GeometryEvent(Geometry source,
Set<Attribute> chgVertexAttrKeys,
Set<Attribute> chgEdgeAttrKeys,
Set<Attribute> chgFaceAttrKeys,
Set<String> chgGeomAttrKeys) |
| Modifier and Type | Method and Description |
|---|---|
Set<Attribute> |
getChangedEdgeAttributes() |
Set<Attribute> |
getChangedFaceAttributes() |
Set<String> |
getChangedGeometryAttributes() |
Set<Attribute> |
getChangedVertexAttributes() |
Geometry |
getGeometry() |
getSourceNodegetSource, toStringpublic Geometry getGeometry()