org.apache.batik.parser

Interface PreserveAspectRatioHandler

public interface PreserveAspectRatioHandler

This interface must be implemented and then registred as the handler of a PreserveAspectRatioParser instance in order to be notified of parsing events.
Method Summary
voidendPreserveAspectRatio()
Invoked when the PreserveAspectRatio parsing ends.
voidmeet()
Invoked when 'meet' has been parsed.
voidnone()
Invoked when 'none' been parsed.
voidslice()
Invoked when 'slice' has been parsed.
voidstartPreserveAspectRatio()
Invoked when the PreserveAspectRatio parsing starts.
voidxMaxYMax()
Invoked when 'xMaxYMax' has been parsed.
voidxMaxYMid()
Invoked when 'xMaxYMid' has been parsed.
voidxMaxYMin()
Invoked when 'xMaxYMin' has been parsed.
voidxMidYMax()
Invoked when 'xMidYMax' has been parsed.
voidxMidYMid()
Invoked when 'xMidYMid' has been parsed.
voidxMidYMin()
Invoked when 'xMidYMin' has been parsed.
voidxMinYMax()
Invoked when 'xMinYMax' has been parsed.
voidxMinYMid()
Invoked when 'xMinYMid' has been parsed.
voidxMinYMin()
Invoked when 'xMinYMin' has been parsed.

Method Detail

endPreserveAspectRatio

public void endPreserveAspectRatio()
Invoked when the PreserveAspectRatio parsing ends.

Throws: ParseException if an error occured while processing the PreserveAspectRatio

meet

public void meet()
Invoked when 'meet' has been parsed.

Throws: ParseException if an error occured while processing the PreserveAspectRatio

none

public void none()
Invoked when 'none' been parsed.

Throws: ParseException if an error occured while processing the PreserveAspectRatio

slice

public void slice()
Invoked when 'slice' has been parsed.

Throws: ParseException if an error occured while processing the PreserveAspectRatio

startPreserveAspectRatio

public void startPreserveAspectRatio()
Invoked when the PreserveAspectRatio parsing starts.

Throws: ParseException if an error occured while processing the PreserveAspectRatio

xMaxYMax

public void xMaxYMax()
Invoked when 'xMaxYMax' has been parsed.

Throws: ParseException if an error occured while processing the PreserveAspectRatio

xMaxYMid

public void xMaxYMid()
Invoked when 'xMaxYMid' has been parsed.

Throws: ParseException if an error occured while processing the PreserveAspectRatio

xMaxYMin

public void xMaxYMin()
Invoked when 'xMaxYMin' has been parsed.

Throws: ParseException if an error occured while processing the PreserveAspectRatio

xMidYMax

public void xMidYMax()
Invoked when 'xMidYMax' has been parsed.

Throws: ParseException if an error occured while processing the PreserveAspectRatio

xMidYMid

public void xMidYMid()
Invoked when 'xMidYMid' has been parsed.

Throws: ParseException if an error occured while processing the PreserveAspectRatio

xMidYMin

public void xMidYMin()
Invoked when 'xMidYMin' has been parsed.

Throws: ParseException if an error occured while processing the PreserveAspectRatio

xMinYMax

public void xMinYMax()
Invoked when 'xMinYMax' has been parsed.

Throws: ParseException if an error occured while processing the PreserveAspectRatio

xMinYMid

public void xMinYMid()
Invoked when 'xMinYMid' has been parsed.

Throws: ParseException if an error occured while processing the PreserveAspectRatio

xMinYMin

public void xMinYMin()
Invoked when 'xMinYMin' has been parsed.

Throws: ParseException if an error occured while processing the PreserveAspectRatio

Copyright B) 2007 Apache Software Foundation. All Rights Reserved.