|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphRectangle | |
---|---|
net.sourceforge.swtlayeredgraph | |
net.sourceforge.swtlayeredgraph.listener |
Uses of GraphRectangle in net.sourceforge.swtlayeredgraph |
---|
Methods in net.sourceforge.swtlayeredgraph that return GraphRectangle | |
---|---|
GraphRectangle |
LayerDrawable.getExtents()
Calculates the minimum GraphRectangle that fully contains this object. |
Methods in net.sourceforge.swtlayeredgraph with parameters of type GraphRectangle | |
---|---|
java.lang.Boolean |
GraphRectangle.contains(GraphRectangle rectangle)
Checks if this rectangle fully contains the specified rectangle. |
void |
GraphRectangle.merge(GraphRectangle toMerge)
Merges the two rectangles. |
java.lang.Boolean |
GraphRectangle.overlaps(GraphRectangle rectangle)
Checks if this rectangle overlaps the one passed in. |
Uses of GraphRectangle in net.sourceforge.swtlayeredgraph.listener |
---|
Methods in net.sourceforge.swtlayeredgraph.listener with parameters of type GraphRectangle | |
---|---|
void |
ExtentChangeListener.extentsChanged(GraphRectangle newExtents)
Called when an objects extents changes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |