|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.cs.cisst.vent.renderer.processing.RendererProcessing
edu.jhu.cs.cisst.vent.renderer.processing.RendererProcessing2D
public abstract class RendererProcessing2D
The Class RendererProcessing2D.
| Field Summary | |
|---|---|
protected java.awt.geom.Rectangle2D.Float |
bounds
The bounds. |
| Constructor Summary | |
|---|---|
RendererProcessing2D()
|
|
| Method Summary | |
|---|---|
boolean |
contains(double px,
double py)
Contains. |
float |
getHeight()
Gets the height. |
float |
getPositionX()
Gets the position x. |
float |
getPositionY()
Gets the position y. |
float |
getWidth()
Gets the width. |
void |
setBounds(double x,
double y,
double width,
double height)
Sets the bounds. |
| Methods inherited from class edu.jhu.cs.cisst.vent.renderer.processing.RendererProcessing |
|---|
draw, setup |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface edu.jhu.cs.cisst.vent.VisualizationParameters |
|---|
createVisualizationParameters, updateVisualizationParameters |
| Methods inherited from interface edu.jhu.ece.iacl.jist.pipeline.view.input.ParamViewObserver |
|---|
update |
| Field Detail |
|---|
protected java.awt.geom.Rectangle2D.Float bounds
| Constructor Detail |
|---|
public RendererProcessing2D()
| Method Detail |
|---|
public void setBounds(double x,
double y,
double width,
double height)
x - the xy - the ywidth - the widthheight - the height
public boolean contains(double px,
double py)
px - the pxpy - the py
public float getWidth()
public float getHeight()
public float getPositionX()
public float getPositionY()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||