|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectartisynth.core.gui.editorManager.EditingAgent
public abstract class EditingAgent
This is the base class for all EditWidgets. An EditWidget is responsible for editing components together. Usually there is a parent component which is being edited and child components are being added to it. Each Edit Widget is responsible for combing a particular pair or set of components when they are to be added.
Constructor Summary | |
---|---|
EditingAgent(Main main)
|
Method Summary | |
---|---|
Point3d |
getCenter(GLRenderable r)
Returns the center point of a renderable object. |
Point3d |
intersectClipPlane(Line ray,
GLClipPlane clipPlane)
Intersects a ray with a viewer clip plane and returns the corresponding point. |
Point3d |
intersectViewPlane(Line ray,
Point3d ref,
GLViewer viewer)
Intersect a ray with a view plane defined by the current eye direction and a reference point. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditingAgent(Main main)
Method Detail |
---|
public Point3d intersectViewPlane(Line ray, Point3d ref, GLViewer viewer)
public Point3d intersectClipPlane(Line ray, GLClipPlane clipPlane)
public Point3d getCenter(GLRenderable r)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |