|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.ui.Rubberband
public abstract class Rubberband
Implements XOR rubberbanding.
| Field Summary | |
|---|---|
protected Point |
anchorPt
_more_ |
protected Point |
endPt
_more_ |
protected Point |
lastPt
_more_ |
protected Point |
stretchedPt
_more_ |
| Constructor Summary | |
|---|---|
Rubberband()
_more_ |
|
Rubberband(Component c)
_more_ |
|
| Method Summary | |
|---|---|
void |
anchor(Point p)
_more_ |
abstract void |
drawLast(Graphics g)
_more_ |
abstract void |
drawNext(Graphics g)
_more_ |
void |
end(Point p)
_more_ |
Point |
getAnchor()
_more_ |
Rectangle |
getBounds()
_more_ |
Point |
getEnd()
_more_ |
Point |
getLast()
_more_ |
Point |
getStretched()
_more_ |
boolean |
isActive()
_more_ |
Rectangle |
lastBounds()
_more_ |
void |
setActive(boolean b)
_more_ |
void |
setComponent(Component c)
_more_ |
void |
stretch(Point p)
_more_ |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Point anchorPt
protected Point stretchedPt
protected Point lastPt
protected Point endPt
| Constructor Detail |
|---|
public Rubberband()
public Rubberband(Component c)
c - | Method Detail |
|---|
public abstract void drawLast(Graphics g)
g - public abstract void drawNext(Graphics g)
g - public void setActive(boolean b)
b - public void setComponent(Component c)
c - public boolean isActive()
public Point getAnchor()
public Point getStretched()
public Point getLast()
public Point getEnd()
public void anchor(Point p)
p - public void stretch(Point p)
p - public void end(Point p)
p - public Rectangle getBounds()
public Rectangle lastBounds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||