Uses of Class
net.clackrouter.jgraph.pad.Rule

Packages that use Rule
net.clackrouter.gui Major graphical components that comprise the Clack Application. 
 

Uses of Rule in net.clackrouter.gui
 

Fields in net.clackrouter.gui declared as Rule
protected  Rule HierarchComponent.columnRule
          Deprecated. The column rule for the graph
protected  Rule ClackDocument.columnRule
          The column rule for the graph
protected  Rule HierarchComponent.rowRule
          Deprecated. The row rule for the graph
protected  Rule ClackDocument.rowRule
          The row rule for the graph
 

Methods in net.clackrouter.gui that return Rule
 Rule HierarchComponent.getColumnRule()
          Deprecated. Returns the columnRule.
 Rule HierarchComponent.getRowRule()
          Deprecated. Returns the rowRule.
 

Methods in net.clackrouter.gui with parameters of type Rule
 void HierarchComponent.setColumnRule(Rule columnRule)
          Deprecated. Sets the columnRule.
 void HierarchComponent.setRowRule(Rule rowRule)
          Deprecated. Sets the rowRule.