Uses of Class
system.CurveReadException

Packages that use CurveReadException
system   
 

Uses of CurveReadException in system
 

Methods in system that throw CurveReadException
protected  Group CurveReader.convert(kirk.io.sdl.SDLDocument sdldocument)
          Converts the main group and all its subgroups and shapes.
protected  Group CurveReader.convertToGroup(kirk.io.sdl.SDLElement sdlelement)
          Converts the given SDLElement into a Group, providing it represents one (it has to have "group" as name, and be an SDL normal element).
protected  Shape CurveReader.convertToShape(kirk.io.sdl.SDLElement sdlelement)
          Converts the given SDLElement into a Shape, providing it represents one (it has to have "shape" as name, and be an SDL normal element).
protected  Curve CurveReader.convertToCurve(kirk.io.sdl.SDLElement sdlelement)
          Converts the given SDLElement into a Curve, providing it represents one (it has to have "curve" as name, and be an SDL normal element).
protected  ControlPoint CurveReader.convertToControlPoint(kirk.io.sdl.SDLElement sdlelement)
          Converts the given SDLElement into a ControlPoint, providing it represents one (it has to have "controlpoint" as name, and be an SDL normal element).
static Group CurveReader.readCurveScheme(String filename)
          This method reads a Curve Scheme from the given filename.