org.biojava.spice.manypanel
Interface Scaleable

All Known Subinterfaces:
ObjectRenderer
All Known Implementing Classes:
AbstractChainRenderer

public interface Scaleable

Interface for objects that can be scaled in an out

Author:
Andreas Prlic

Method Summary
 void calcScale(int scale)
          something between 0 and 100 - percent if 100 - the painting should fill the currently visible display 0 is zoomdepth as big as possible
 

Method Detail

calcScale

public void calcScale(int scale)
something between 0 and 100 - percent if 100 - the painting should fill the currently visible display 0 is zoomdepth as big as possible

Parameters:
scale -