org.jfree.pixie.wmf
Class MfDcState.MfScale

java.lang.Object
  extended byorg.jfree.pixie.wmf.MfDcState.MfScale
Enclosing class:
MfDcState

public class MfDcState.MfScale
extends java.lang.Object


Constructor Summary
MfDcState.MfScale(int xNum, int xDenom, int yNum, int yDenom)
           
 
Method Summary
 int scaleX(int coord)
           
 int scaleY(int coord)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MfDcState.MfScale

public MfDcState.MfScale(int xNum,
                         int xDenom,
                         int yNum,
                         int yDenom)
Method Detail

scaleX

public int scaleX(int coord)

scaleY

public int scaleY(int coord)