|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--org.apache.batik.dom.svg.AbstractSVGTransformList.TransformListBuilder
Helper class to interface the PointsParser
and the ListHandler
| Field Summary | |
|---|---|
protected ListHandler |
listHandler
list handler. |
| Constructor Summary | |
|---|---|
AbstractSVGTransformList.TransformListBuilder(ListHandler listHandler)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected ListHandler listHandler
| Constructor Detail |
public AbstractSVGTransformList.TransformListBuilder(ListHandler listHandler)
| Method Detail |
public void startTransformList()
throws ParseException
TransformListHandler
startTransformList in interface TransformListHandlerParseException - if an error occured while processing
the transform
public void matrix(float a,
float b,
float c,
float d,
float e,
float f)
throws ParseException
matrix in interface TransformListHandlerParseException - if an error occured while processing
the transform
public void rotate(float theta)
throws ParseException
rotate in interface TransformListHandlerParseException - if an error occured while processing
the transform
public void rotate(float theta,
float cx,
float cy)
throws ParseException
rotate in interface TransformListHandlerParseException - if an error occured while processing
the transform
public void translate(float tx)
throws ParseException
translate in interface TransformListHandlerParseException - if an error occured while processing
the transform
public void translate(float tx,
float ty)
throws ParseException
translate in interface TransformListHandlerParseException - if an error occured while processing
the transform
public void scale(float sx)
throws ParseException
scale in interface TransformListHandlerParseException - if an error occured while processing
the transform
public void scale(float sx,
float sy)
throws ParseException
scale in interface TransformListHandlerParseException - if an error occured while processing
the transform
public void skewX(float skx)
throws ParseException
skewX in interface TransformListHandlerParseException - if an error occured while processing
the transform
public void skewY(float sky)
throws ParseException
skewY in interface TransformListHandlerParseException - if an error occured while processing
the transform
public void endTransformList()
throws ParseException
endTransformList in interface TransformListHandlerParseException - if an error occured while processing
the transform
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||