chrriis.grammar.rrdiagram
Class RRElement.LayoutInfo

java.lang.Object
  extended by chrriis.grammar.rrdiagram.RRElement.LayoutInfo
Enclosing class:
RRElement

protected static class RRElement.LayoutInfo
extends Object


Constructor Summary
RRElement.LayoutInfo(int width, int height, int connectorOffset)
           
 
Method Summary
 int getConnectorOffset()
           
 int getHeight()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RRElement.LayoutInfo

public RRElement.LayoutInfo(int width,
                            int height,
                            int connectorOffset)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

getConnectorOffset

public int getConnectorOffset()