JIDE 3.5.15

com.jidesoft.transform
Interface TwoDScreenTransform

All Known Subinterfaces:
MutableTwoDScreenTransform
All Known Implementing Classes:
AbstractMutableTwoDScreenTransform, SimpleTwoDScreenTransform

public interface TwoDScreenTransform

Screen transformation for X and Y coordinates.


Method Summary
 Dimension getScreenSize()
           
 Interval getXWorldInterval()
           
 Interval getYWorldInterval()
           
 boolean isAffine()
           
 Point2D screenToWorld(Point screen)
           
 Rectangle2D screenToWorld(Rectangle screen)
           
 Point worldToScreen(Point2D world)
           
 Rectangle worldToScreen(Rectangle2D world)
           
 

Method Detail

screenToWorld

Point2D screenToWorld(Point screen)

screenToWorld

Rectangle2D screenToWorld(Rectangle screen)

worldToScreen

Point worldToScreen(Point2D world)

worldToScreen

Rectangle worldToScreen(Rectangle2D world)

getXWorldInterval

Interval getXWorldInterval()

getYWorldInterval

Interval getYWorldInterval()

getScreenSize

Dimension getScreenSize()

isAffine

boolean isAffine()

JIDE 3.5.15