org.apache.batik.parser

Class DefaultPreserveAspectRatioHandler

public class DefaultPreserveAspectRatioHandler extends Object implements PreserveAspectRatioHandler

This class provides an adapter for PreserveAspectRatioHandler.
Field Summary
static PreserveAspectRatioHandlerINSTANCE
The only instance of this class.
Constructor Summary
protected DefaultPreserveAspectRatioHandler()
This class does not need to be instantiated.
Method Summary
voidendPreserveAspectRatio()
Implements {@link PreserveAspectRatioHandler#endPreserveAspectRatio()}.
voidmeet()
Implements {@link PreserveAspectRatioHandler#meet()}.
voidnone()
Implements {@link PreserveAspectRatioHandler#none()}.
voidslice()
Implements {@link PreserveAspectRatioHandler#slice()}.
voidstartPreserveAspectRatio()
Implements {@link PreserveAspectRatioHandler#startPreserveAspectRatio()}.
voidxMaxYMax()
Implements {@link PreserveAspectRatioHandler#xMaxYMax()}.
voidxMaxYMid()
Implements {@link PreserveAspectRatioHandler#xMaxYMid()}.
voidxMaxYMin()
Implements {@link PreserveAspectRatioHandler#xMaxYMin()}.
voidxMidYMax()
Implements {@link PreserveAspectRatioHandler#xMidYMax()}.
voidxMidYMid()
Implements {@link PreserveAspectRatioHandler#xMidYMid()}.
voidxMidYMin()
Implements {@link PreserveAspectRatioHandler#xMidYMin()}.
voidxMinYMax()
Implements {@link PreserveAspectRatioHandler#xMinYMax()}.
voidxMinYMid()
Implements {@link PreserveAspectRatioHandler#xMinYMid()}.
voidxMinYMin()
Implements {@link PreserveAspectRatioHandler#xMinYMin()}.

Field Detail

INSTANCE

public static final PreserveAspectRatioHandler INSTANCE
The only instance of this class.

Constructor Detail

DefaultPreserveAspectRatioHandler

protected DefaultPreserveAspectRatioHandler()
This class does not need to be instantiated.

Method Detail

endPreserveAspectRatio

public void endPreserveAspectRatio()
Implements {@link PreserveAspectRatioHandler#endPreserveAspectRatio()}.

meet

public void meet()
Implements {@link PreserveAspectRatioHandler#meet()}.

none

public void none()
Implements {@link PreserveAspectRatioHandler#none()}.

slice

public void slice()
Implements {@link PreserveAspectRatioHandler#slice()}.

startPreserveAspectRatio

public void startPreserveAspectRatio()
Implements {@link PreserveAspectRatioHandler#startPreserveAspectRatio()}.

xMaxYMax

public void xMaxYMax()
Implements {@link PreserveAspectRatioHandler#xMaxYMax()}.

xMaxYMid

public void xMaxYMid()
Implements {@link PreserveAspectRatioHandler#xMaxYMid()}.

xMaxYMin

public void xMaxYMin()
Implements {@link PreserveAspectRatioHandler#xMaxYMin()}.

xMidYMax

public void xMidYMax()
Implements {@link PreserveAspectRatioHandler#xMidYMax()}.

xMidYMid

public void xMidYMid()
Implements {@link PreserveAspectRatioHandler#xMidYMid()}.

xMidYMin

public void xMidYMin()
Implements {@link PreserveAspectRatioHandler#xMidYMin()}.

xMinYMax

public void xMinYMax()
Implements {@link PreserveAspectRatioHandler#xMinYMax()}.

xMinYMid

public void xMinYMid()
Implements {@link PreserveAspectRatioHandler#xMinYMid()}.

xMinYMin

public void xMinYMin()
Implements {@link PreserveAspectRatioHandler#xMinYMin()}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.