com.mindfusion.diagramming.jlayout
Class AdditionalGraphProperty

java.lang.Object
  extended by com.mindfusion.diagramming.jlayout.AdditionalGraphProperty

public class AdditionalGraphProperty
extends java.lang.Object


Constructor Summary
AdditionalGraphProperty()
           
AdditionalGraphProperty(NodeList objects, XDimension2D.Double size)
           
 
Method Summary
 java.util.ArrayList<java.awt.geom.Rectangle2D.Float> getAllEmptySpaces()
           
 float getCommonHeigth()
           
 float getCommonWidth()
           
 java.awt.geom.Rectangle2D.Float getCurrentArea()
           
 com.mindfusion.diagramming.jlayout.InfoTensor getLayoutTensor()
           
 float getMaxRectHeight()
           
 float getMaxRectSurface()
           
 float getMaxRectWidth()
           
 float getMaxRectX()
           
 float getMaxRectY()
           
 double getMinNodeDistance()
           
 float getMinRectHeight()
           
 float getMinRectSurface()
           
 float getMinRectWidth()
           
 float getMinRectX()
           
 float getMinRectY()
           
 java.util.ArrayList<java.awt.geom.Rectangle2D.Float> getObjectsBounds()
           
 java.util.ArrayList<java.lang.String> getOrthogonalLayoutKeys()
           
 java.awt.geom.Rectangle2D.Float getPreferedArea()
           
 void setAllEmptySpaces(java.util.ArrayList<java.awt.geom.Rectangle2D.Float> value)
           
 void setCommonHeigth(float value)
           
 void setCommonWidth(float value)
           
 void setCurrentArea(java.awt.geom.Rectangle2D.Float value)
           
 void setLayoutTensor(com.mindfusion.diagramming.jlayout.InfoTensor value)
           
 void setMaxRectHeight(float value)
           
 void setMaxRectSurface(float value)
           
 void setMaxRectWidth(float value)
           
 void setMaxRectX(float value)
           
 void setMaxRectY(float value)
           
 void setMinNodeDistance(double value)
           
 void setMinRectHeight(float value)
           
 void setMinRectSurface(float value)
           
 void setMinRectWidth(float value)
           
 void setMinRectX(float value)
           
 void setMinRectY(float value)
           
 void setObjectsBounds(java.util.ArrayList<java.awt.geom.Rectangle2D.Float> value)
           
 void setOrthogonalLayoutKeys(java.util.ArrayList<java.lang.String> value)
           
 void setPreferedArea(java.awt.geom.Rectangle2D.Float value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdditionalGraphProperty

public AdditionalGraphProperty()

AdditionalGraphProperty

public AdditionalGraphProperty(NodeList objects,
                               XDimension2D.Double size)
Method Detail

getOrthogonalLayoutKeys

public java.util.ArrayList<java.lang.String> getOrthogonalLayoutKeys()

setOrthogonalLayoutKeys

public void setOrthogonalLayoutKeys(java.util.ArrayList<java.lang.String> value)

getAllEmptySpaces

public java.util.ArrayList<java.awt.geom.Rectangle2D.Float> getAllEmptySpaces()

setAllEmptySpaces

public void setAllEmptySpaces(java.util.ArrayList<java.awt.geom.Rectangle2D.Float> value)

getLayoutTensor

public com.mindfusion.diagramming.jlayout.InfoTensor getLayoutTensor()

setLayoutTensor

public void setLayoutTensor(com.mindfusion.diagramming.jlayout.InfoTensor value)

getObjectsBounds

public java.util.ArrayList<java.awt.geom.Rectangle2D.Float> getObjectsBounds()

setObjectsBounds

public void setObjectsBounds(java.util.ArrayList<java.awt.geom.Rectangle2D.Float> value)

getPreferedArea

public java.awt.geom.Rectangle2D.Float getPreferedArea()

setPreferedArea

public void setPreferedArea(java.awt.geom.Rectangle2D.Float value)

getCurrentArea

public java.awt.geom.Rectangle2D.Float getCurrentArea()

setCurrentArea

public void setCurrentArea(java.awt.geom.Rectangle2D.Float value)

getMinNodeDistance

public double getMinNodeDistance()

setMinNodeDistance

public void setMinNodeDistance(double value)

getMaxRectSurface

public float getMaxRectSurface()

setMaxRectSurface

public void setMaxRectSurface(float value)

getMinRectSurface

public float getMinRectSurface()

setMinRectSurface

public void setMinRectSurface(float value)

getMaxRectWidth

public float getMaxRectWidth()

setMaxRectWidth

public void setMaxRectWidth(float value)

getMinRectWidth

public float getMinRectWidth()

setMinRectWidth

public void setMinRectWidth(float value)

getMaxRectHeight

public float getMaxRectHeight()

setMaxRectHeight

public void setMaxRectHeight(float value)

getMinRectHeight

public float getMinRectHeight()

setMinRectHeight

public void setMinRectHeight(float value)

getMaxRectX

public float getMaxRectX()

setMaxRectX

public void setMaxRectX(float value)

getMinRectX

public float getMinRectX()

setMinRectX

public void setMinRectX(float value)

getMaxRectY

public float getMaxRectY()

setMaxRectY

public void setMaxRectY(float value)

getMinRectY

public float getMinRectY()

setMinRectY

public void setMinRectY(float value)

getCommonHeigth

public float getCommonHeigth()

setCommonHeigth

public void setCommonHeigth(float value)

getCommonWidth

public float getCommonWidth()

setCommonWidth

public void setCommonWidth(float value)