Package org.autopipes

All hand-made classes and interfaces for the Autocad hydraulic drawing server.

See:
          Description

Interface Summary
ConfigurationMgr Wraps access to xml documents conforming to acadcfg.xsd.
ConfigurationMgr.Layer Wraps access to layer-related information.
DrawingMgr Wrapper for objects instantiated from xml streams conforming to drawing.xsd.
Floor Exposes service interface for drawing manipulation.
Floor.Area Represents a connected component of a drawing.
Floor.Command Parent interface of all messages sent by a client.
JAXBWrapper Common methods for objects instantiated from XML streams using JAXB.
TakeoutMgr Wrapper around JAXB classes generated by takeout.xsd.
 

Class Summary
ConfigurationMgrImp Primary implementation of ConfigurationMgr.
ConfigurationMgrImp.LayerImp Primary implementation of ConfigurationMgr.Layer.
DrawingMgrImp Primary implementation of DrawingMgr.
FloorImp Primary implementation of Floor.
FloorImp.AreaImp Default implementation.
FloorImp.CommandImp Default implementation.
TakeoutMgrImp Primary implementation of TakeoutMgr.
 

Exception Summary
IllegalDrawingException Exception class used to report violation of hydraulic drawing conventions.
 

Package org.autopipes Description

All hand-made classes and interfaces for the Autocad hydraulic drawing server.