ca.sqlpower.architect.layout
Interface LayoutNode
- All Known Implementing Classes:
- AbstractLayoutNode, ContainerPane, CubePane, DimensionPane, OLAPPane, TablePane, VirtualCubePane
public interface LayoutNode
getNodeName
java.lang.String getNodeName()
getX
int getX()
getY
int getY()
getWidth
int getWidth()
getHeight
int getHeight()
getBounds
java.awt.Rectangle getBounds(java.awt.Rectangle b)
getBounds
java.awt.Rectangle getBounds()
setBounds
void setBounds(int x,
int i,
int width,
int height)
getLocation
java.awt.Point getLocation()
setLocation
void setLocation(int i,
int j)
setLocation
void setLocation(java.awt.Point pos)
getOutboundEdges
java.util.List<LayoutEdge> getOutboundEdges()
getInboundEdges
java.util.List<LayoutEdge> getInboundEdges()
Copyright © 2003-2007 SQL Power Group Inc. www.sqlpower.ca