org.pbjar.jxlayer.plaf.misc
Class MagnifierUI.MagnifierState

java.lang.Object
  extended by org.pbjar.jxlayer.plaf.misc.MagnifierUI.MagnifierState
Enclosing class:
MagnifierUI

protected static class MagnifierUI.MagnifierState
extends Object

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

MagnifierUI.MagnifierState

protected MagnifierUI.MagnifierState()
Method Detail

getMagnifyingFactor

public double getMagnifyingFactor()
Get the magnifying factor.

Returns:
the magnifying factor
See Also:
setMagnifyingFactor(double)

getPoint

public Point2D getPoint()
Get the mouse point.

Returns:
return the mouse point
See Also:
setPoint(Point2D)

getRadius

public int getRadius()
Get the radius.

Returns:
the radius
See Also:
setRadius(int)

setMagnifyingFactor

public void setMagnifyingFactor(double magnifyingFactor)
Set the magnifying factor.

Parameters:
magnifyingFactor - the new magnifying factor
See Also:
getMagnifyingFactor()

setPoint

public void setPoint(Point2D point)
Set the mouse point.

Parameters:
point - the new mouse point
See Also:
getPoint()

setRadius

public void setRadius(int radius)
Set the radius.

Parameters:
radius - the new radius
See Also:
getRadius()