GP.Attributes.Sizes
Class Proportional

java.lang.Object
  |
  +--GP.Attributes.Size
        |
        +--GP.Attributes.Sizes.Proportional

public class Proportional
extends Size


Constructor Summary
Proportional(double scale)
           
Proportional(Size size, double scale)
           
Proportional(Size size, double widthScale, double heightScale)
           
 
Method Summary
 double GetHeight()
           
 double GetWidth()
           
 
Methods inherited from class GP.Attributes.Size
Copy, Difference, equals, GetHeightValue, GetWidthValue, Sum, toHTMLString, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Proportional

public Proportional(double scale)

Proportional

public Proportional(Size size,
                    double scale)

Proportional

public Proportional(Size size,
                    double widthScale,
                    double heightScale)
Method Detail

GetHeight

public double GetHeight()
Overrides:
GetHeight in class Size

GetWidth

public double GetWidth()
Overrides:
GetWidth in class Size