org.jfree.pixie.wmf

Class MfDcState.MfScale

Enclosing Class:
MfDcState

public class MfDcState.MfScale
extends java.lang.Object

Constructor Summary

MfScale(int xNum, int xDenom, int yNum, int yDenom)

Method Summary

int
scaleX(int coord)
int
scaleY(int coord)

Constructor Details

MfScale

public MfScale(int xNum,
               int xDenom,
               int yNum,
               int yDenom)

Method Details

scaleX

public int scaleX(int coord)

scaleY

public int scaleY(int coord)