Uses of Class
org.jgraph.pad.Rule

Packages that use Rule
org.jgraph.pad   
 

Uses of Rule in org.jgraph.pad
 

Fields in org.jgraph.pad declared as Rule
protected  Rule GPDocument.columnRule
          The column rule for the graph
protected  Rule GPDocument.rowRule
          The row rule for the graph
 

Methods in org.jgraph.pad that return Rule
 Rule GPDocument.getColumnRule()
          Returns the columnRule.
 Rule GPDocument.getRowRule()
          Returns the rowRule.
 

Methods in org.jgraph.pad with parameters of type Rule
 void GPDocument.setColumnRule(Rule columnRule)
          Sets the columnRule.
 void GPDocument.setRowRule(Rule rowRule)
          Sets the rowRule.