y25.layout
Interface LayerEdgeLayout25D

All Known Subinterfaces:
LayerEdgeRealizer25D
All Known Implementing Classes:
DummyLayerEdgeRealizer25D, PolyLineLayerEdgeRealizer25D

public interface LayerEdgeLayout25D

Provides 2.5D layout information for layer edges.

Currently, only a bounding box that encompasses the entire layer edge is provided as information. In the future, the layer edge layout information may be extended to allow bends inside layer edges.


Method Summary
 BoundingBox getBoundingBox()
          Returns the bounding box that encompasses the entire layer edge.
 

Method Detail

getBoundingBox

public BoundingBox getBoundingBox()
Returns the bounding box that encompasses the entire layer edge.