|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pbjar.jxlayer.plaf.misc.MagnifierUI.MagnifierState
protected static class MagnifierUI.MagnifierState
Holds state information.
| Constructor Summary | |
|---|---|
protected |
MagnifierUI.MagnifierState()
|
| Method Summary | |
|---|---|
double |
getMagnifyingFactor()
Get the magnifying factor. |
Point2D |
getPoint()
Get the mouse point. |
int |
getRadius()
Get the radius. |
void |
setMagnifyingFactor(double magnifyingFactor)
Set the magnifying factor. |
void |
setPoint(Point2D point)
Set the mouse point. |
void |
setRadius(int radius)
Set the radius. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected MagnifierUI.MagnifierState()
| Method Detail |
|---|
public double getMagnifyingFactor()
setMagnifyingFactor(double)public Point2D getPoint()
setPoint(Point2D)public int getRadius()
setRadius(int)public void setMagnifyingFactor(double magnifyingFactor)
magnifyingFactor - the new magnifying factorgetMagnifyingFactor()public void setPoint(Point2D point)
point - the new mouse pointgetPoint()public void setRadius(int radius)
radius - the new radiusgetRadius()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||