FragmentIdentifierHandlerAbstractSVGTransformList.TransformListBuilder, AWTTransformProducer, DefaultFragmentIdentifierHandler, DefaultTransformListHandler, ViewBox.ViewHandlerpublic interface TransformListHandler
TransformParser instance in order to
be notified of parsing events.| Modifier and Type | Method | Description |
|---|---|---|
void |
endTransformList() |
Invoked when the transform ends.
|
void |
matrix(float a,
float b,
float c,
float d,
float e,
float f) |
Invoked when 'matrix(a, b, c, d, e, f)' has been parsed.
|
void |
rotate(float theta) |
Invoked when 'rotate(theta)' has been parsed.
|
void |
rotate(float theta,
float cx,
float cy) |
Invoked when 'rotate(theta, cx, cy)' has been parsed.
|
void |
scale(float sx) |
Invoked when 'scale(sx)' has been parsed.
|
void |
scale(float sx,
float sy) |
Invoked when 'scale(sx, sy)' has been parsed.
|
void |
skewX(float skx) |
Invoked when 'skewX(skx)' has been parsed.
|
void |
skewY(float sky) |
Invoked when 'skewY(sky)' has been parsed.
|
void |
startTransformList() |
Invoked when the tranform starts.
|
void |
translate(float tx) |
Invoked when 'translate(tx)' has been parsed.
|
void |
translate(float tx,
float ty) |
Invoked when 'translate(tx, ty)' has been parsed.
|
void startTransformList()
throws ParseException
ParseException - if an error occured while processing
the transformvoid matrix(float a,
float b,
float c,
float d,
float e,
float f)
throws ParseException
ParseException - if an error occured while processing
the transformvoid rotate(float theta)
throws ParseException
ParseException - if an error occured while processing
the transformvoid rotate(float theta,
float cx,
float cy)
throws ParseException
ParseException - if an error occured while processing
the transformvoid translate(float tx)
throws ParseException
ParseException - if an error occured while processing
the transformvoid translate(float tx,
float ty)
throws ParseException
ParseException - if an error occured while processing
the transformvoid scale(float sx)
throws ParseException
ParseException - if an error occured while processing
the transformvoid scale(float sx,
float sy)
throws ParseException
ParseException - if an error occured while processing
the transformvoid skewX(float skx)
throws ParseException
ParseException - if an error occured while processing
the transformvoid skewY(float sky)
throws ParseException
ParseException - if an error occured while processing
the transformvoid endTransformList()
throws ParseException
ParseException - if an error occured while processing
the transformCopyright ? 2018 Apache Software Foundation. All Rights Reserved.