comirva.visu.epsgraphics.objects
Interface EpsObject

All Known Implementing Classes:
EpsArc2D, EpsClip, EpsColor, EpsComment, EpsFont, EpsGlyph, EpsImage, EpsPath, EpsRectangle, EpsRoundRectangle2D, EpsShape, EpsString, EpsStroke, EpsTransform

public interface EpsObject

This interface marks a class as postscript object.


Method Summary
 String toEps()
          returns a String that represents the object in postscript code
 

Method Detail

toEps

String toEps()
returns a String that represents the object in postscript code