Uses of Class
jimm.datavision.field.BorderEdge

Packages that use BorderEdge
jimm.datavision.field Field, its subclasses, and related classes like Format and Border. 
jimm.datavision.gui Provides the classes and interfaces that make up the graphical user interface used to build and run DataVision reports. 
 

Uses of BorderEdge in jimm.datavision.field
 

Fields in jimm.datavision.field declared as BorderEdge
protected  BorderEdge Border.bottom
           
protected  BorderEdge Border.left
           
protected  BorderEdge Border.right
           
protected  BorderEdge Border.top
           
 

Methods in jimm.datavision.field that return BorderEdge
 BorderEdge Border.getBottom()
          Returns the border's bottom edge.
 BorderEdge Border.getLeft()
          Returns the border's left edge.
 BorderEdge Border.getRight()
          Returns the border's right edge.
 BorderEdge Border.getTop()
          Returns the border's top edge.
 

Methods in jimm.datavision.field with parameters of type BorderEdge
protected  boolean Border.isEmptyEdge(BorderEdge edge)
          Returns true if edge is null or has zero count or width.
 void Border.setBottom(BorderEdge newBottom)
          Sets the bottom edge.
 void Border.setLeft(BorderEdge newLeft)
          Sets the left edge.
 void Border.setRight(BorderEdge newRight)
          Sets the right edge.
 void Border.setTop(BorderEdge newTop)
          Sets the top edge.
 

Uses of BorderEdge in jimm.datavision.gui
 

Fields in jimm.datavision.gui declared as BorderEdge
protected  BorderEdge FormatWin.EdgeWidgets.edge
           
 

Methods in jimm.datavision.gui with parameters of type BorderEdge
protected  javax.swing.Box FormatWin.buildBorderEdge(int edgeIndex, java.lang.String edgeName, BorderEdge edge)
          Builds one of the edges of the border.
 

Constructors in jimm.datavision.gui with parameters of type BorderEdge
FormatWin.EdgeWidgets(BorderEdge e, java.lang.String name)