*/
void startPageTrailer() throws IFException;
- /**
- * @todo Solve with extension because not all formats support that?
- */
- void addTarget(String name, int x, int y) throws IFException;
-
/**
* Indicates the end of the page trailer.
* @throws IFException if an error occurs while handling this event
}
}
- /** {@inheritDoc} */
- public void addTarget(String name, int x, int y) throws IFException {
- // TODO Auto-generated method stub
-
- }
-
private static String toString(Paint paint) {
if (paint instanceof Color) {
return ColorUtil.colorToString((Color)paint);
}
}
- /** {@inheritDoc} */
- public void addTarget(String name, int x, int y) throws IFException {
- // TODO Auto-generated method stub
-
- }
-
/**
* Formats a integer value (normally coordinates in millipoints) to a String.
* @param value the value (in millipoints)
return svgContext;
}
- /** {@inheritDoc} */
- public void addTarget(String name, int x, int y) throws IFException {
- //establish(MODE_NORMAL);
- // TODO Auto-generated method stub
-
- }
-
private static String toString(Paint paint) {
//TODO Paint serialization: Fine-tune and extend!
if (paint instanceof Color) {