ca.sqlpower.architect.layout
Interface LayoutNode

All Known Implementing Classes:
AbstractLayoutNode, ContainerPane, CubePane, DimensionPane, OLAPPane, TablePane, VirtualCubePane

public interface LayoutNode


Method Summary
 java.awt.Rectangle getBounds()
           
 java.awt.Rectangle getBounds(java.awt.Rectangle b)
           
 int getHeight()
           
 java.util.List<LayoutEdge> getInboundEdges()
           
 java.awt.Point getLocation()
           
 java.lang.String getNodeName()
           
 java.util.List<LayoutEdge> getOutboundEdges()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 void setBounds(int x, int i, int width, int height)
           
 void setLocation(int i, int j)
           
 void setLocation(java.awt.Point pos)
           
 

Method Detail

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