- All Known Implementing Classes:
Arrange
,CollectionMesh
,CollectionMeshHandler
,Cylinder
,FlexNode
,Frustum
,GPP
,GWedge
,LeafMeshImpl
,MeshNode
,NURBSSurface
,Patch
,Polygon
,SphereSegment
public interface Polygonizable
If a
Polygonizable
object is the value of the
attribute Attributes.SHAPE
, it
defines a shape which is composed of polygons.- Author:
- Ole Kniemeyer
-
Method Summary
Modifier and TypeMethodDescriptionDefines the data source on which the polygonization depends.Defines the algorithm which is used to decompose the data into a polygon mesh representation.
-
Method Details
-
getPolygonizableSource
Defines the data source on which the polygonization depends.- Parameters:
gs
- the current graph state- Returns:
- the data source
-
getPolygonization
Polygonization getPolygonization()Defines the algorithm which is used to decompose the data into a polygon mesh representation.- Returns:
- polygonization algorithm
-