org.openbp.swing
Interface Scalable


public interface Scalable

Interface that defines a scalable object.

Author:
Heiko Erhardt

Method Summary
 double getScaleFactor()
          Gets the scaling factor.
 void setScaleFactor(double scaleFactor)
          Sets the scaling factor.
 

Method Detail

getScaleFactor

double getScaleFactor()
Gets the scaling factor.

Returns:
1.0 = 100 %

setScaleFactor

void setScaleFactor(double scaleFactor)
Sets the scaling factor.

Parameters:
scaleFactor - 1.0 = 100 %


Copyright © 2011. All Rights Reserved.