public class GeometryCompositeFactory
extends java.lang.Object
This is a factory class to create Composites that contain the Geometry widgets. It is meant to be implemented by whichever version of the Geometry widgets is loaded, whether RAP or RCP, but called only once from the ICEGeometryPage.
Constructor and Description |
---|
GeometryCompositeFactory() |
Modifier and Type | Method and Description |
---|---|
com.jme3.app.SimpleApplication |
getApplication()
This operation retrieves the SimpleApplication created by this factory.
|
void |
renderGeometryComposite(org.eclipse.swt.widgets.Composite parent,
GeometryComponent geometryComp)
This operation renders the GeometryComponent.
|
public void renderGeometryComposite(org.eclipse.swt.widgets.Composite parent, GeometryComponent geometryComp)
This operation renders the GeometryComponent.
parent
- The parent composite to which the Geometry composite belongs.
geometryComp
- The GeometryComponent that should be rendered.
public com.jme3.app.SimpleApplication getApplication()