moebiusViewer
Class AbstractPicker
java.lang.Object
moebiusViewer.MoebiusGraphics
moebiusViewer.AbstractPicker
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- Direct Known Subclasses:
- GenericPicker, MoebiusPicker
- public abstract class AbstractPicker
- extends MoebiusGraphics
- See Also:
- Serialized Form
| Methods inherited from class moebiusViewer.MoebiusGraphics |
arc, arc, circle, circle, clear, clone, getAttributes, getColor, getFilled, getFont, getGraphics, getHorizontalTextLayout, getLineWidth, getPointColor, getPointOutline, getPointRadius, getShapeStack, getSize, getTransform, getTransformStack, getUsePointColor, getVerticalTextLayout, line, line, lineSeg, lineSeg, lineSeg, point, point, point, popTransform, push, setAttributes, setColor, setFilled, setFont, setGraphics, setHorizontalTextLayout, setLineWidth, setPointColor, setPointOutline, setPointRadius, setSize, setTransformStack, setUsePointColor, setVerticalTextLayout, text, text, text |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xPick
protected int xPick
yPick
protected int yPick
isPickable
protected boolean isPickable
isPicked
protected boolean isPicked
AbstractPicker
public AbstractPicker()
getXPick
public int getXPick()
setXPick
public void setXPick(int v)
getYPick
public int getYPick()
setYPick
public void setYPick(int v)
setPickPoint
public void setPickPoint(int aX,
int aY)
getIsPicked
public boolean getIsPicked()
isPicked
public boolean isPicked()
setIsPicked
public void setIsPicked(boolean v)
getPickPath
public MoebiusShapeStack getPickPath()
getPickTransformPath
public MoebiusTransformStack getPickTransformPath()
push
public MoebiusShape push(MoebiusShape aShape)
- Overrides:
push in class MoebiusGraphics
popShape
public MoebiusShape popShape()
- Overrides:
popShape in class MoebiusGraphics
clearPickPath
public void clearPickPath()
initPicking
public void initPicking(int x,
int y)
pick
public boolean pick(java.awt.event.MouseEvent e,
MoebiusShape aShape)