JIDE 3.5.15

com.jidesoft.transform
Interface MutableTwoDScreenTransform

All Superinterfaces:
TwoDScreenTransform
All Known Implementing Classes:
AbstractMutableTwoDScreenTransform, SimpleTwoDScreenTransform

public interface MutableTwoDScreenTransform
extends TwoDScreenTransform

Defines the requirements for a TwoDScreenTransform that can change.


Method Summary
 void setScreenSize(Dimension d)
           
 
Methods inherited from interface com.jidesoft.transform.TwoDScreenTransform
getScreenSize, getXWorldInterval, getYWorldInterval, isAffine, screenToWorld, screenToWorld, worldToScreen, worldToScreen
 

Method Detail

setScreenSize

void setScreenSize(Dimension d)

JIDE 3.5.15