Uses of Class
synergynetframework.appsystem.contentsystem.items.implementation.interfaces.shapes.TwoDShapeGeometry

Packages that use TwoDShapeGeometry
synergynetframework.appsystem.contentsystem.items   
synergynetframework.appsystem.contentsystem.items.implementation.interfaces.shapes   
synergynetframework.appsystem.contentsystem.jme.items   
synergynetframework.appsystem.contentsystem.jme.items.utils   
 

Uses of TwoDShapeGeometry in synergynetframework.appsystem.contentsystem.items
 

Methods in synergynetframework.appsystem.contentsystem.items that return TwoDShapeGeometry
 TwoDShapeGeometry TwoDShape.getShapeGeometry()
          Gets the shape geometry.
 

Methods in synergynetframework.appsystem.contentsystem.items with parameters of type TwoDShapeGeometry
 void TwoDShape.setShapeGeometry(TwoDShapeGeometry geom)
          Sets the shape geometry.
 

Uses of TwoDShapeGeometry in synergynetframework.appsystem.contentsystem.items.implementation.interfaces.shapes
 

Methods in synergynetframework.appsystem.contentsystem.items.implementation.interfaces.shapes that return TwoDShapeGeometry
static TwoDShapeGeometry TwoDShapeGeometry.read(java.io.InputStream is)
          Read.
 

Methods in synergynetframework.appsystem.contentsystem.items.implementation.interfaces.shapes with parameters of type TwoDShapeGeometry
 void ITwoDShape.setShapeGeometry(TwoDShapeGeometry geom)
          Sets the shape geometry.
 

Uses of TwoDShapeGeometry in synergynetframework.appsystem.contentsystem.jme.items
 

Methods in synergynetframework.appsystem.contentsystem.jme.items with parameters of type TwoDShapeGeometry
 void JMETwoDShape.setShapeGeometry(TwoDShapeGeometry geom)
           
 

Uses of TwoDShapeGeometry in synergynetframework.appsystem.contentsystem.jme.items.utils
 

Methods in synergynetframework.appsystem.contentsystem.jme.items.utils with parameters of type TwoDShapeGeometry
 void ShapeTriMesh.updateGeometry(TwoDShapeGeometry geom)
          Update geometry.