Uses of Package
jimm.datavision.field

Packages that use jimm.datavision.field
jimm.datavision Provides the classes and interfaces that make up a DataVision report. 
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. 
jimm.datavision.gui.cmd Provides the classes and interfaces that make up the undo/redo command structure. 
jimm.datavision.layout Provides concrete layout engine implementations. 
jimm.datavision.layout.excel   
jimm.datavision.layout.pdf The PDF layout engine implementation. 
jimm.datavision.layout.swing Provides the Swing layout engine implementation. 
 

Classes in jimm.datavision.field used by jimm.datavision
Border
          A border is a visual decoration around a report field.
Field
          The abstract superclass of visual report fields that display text labels, database columns, special values, aggregate values, formulas, and parameters.
 

Classes in jimm.datavision.field used by jimm.datavision.field
AggregateFunction
           
Border
          A border is a visual decoration around a report field.
BorderEdge
          A border edge represents one of the four edges of a Border.
Field
          The abstract superclass of visual report fields that display text labels, database columns, special values, aggregate values, formulas, and parameters.
Format
          A format describes how to display a field.
FormattedValueCache
          Helps avoid multiple expensive formatting and font size calculations.
Rectangle
          A rectangle with double coordinates.
 

Classes in jimm.datavision.field used by jimm.datavision.gui
AggregateField
          An aggregate field represents a field's aggregated values, either ColumnField or FormulaField.
Border
          A border is a visual decoration around a report field.
BorderEdge
          A border edge represents one of the four edges of a Border.
Field
          The abstract superclass of visual report fields that display text labels, database columns, special values, aggregate values, formulas, and parameters.
Format
          A format describes how to display a field.
ImageField
          Represents an external image.
Rectangle
          A rectangle with double coordinates.
 

Classes in jimm.datavision.field used by jimm.datavision.gui.cmd
AggregateField
          An aggregate field represents a field's aggregated values, either ColumnField or FormulaField.
Border
          A border is a visual decoration around a report field.
Field
          The abstract superclass of visual report fields that display text labels, database columns, special values, aggregate values, formulas, and parameters.
Format
          A format describes how to display a field.
Rectangle
          A rectangle with double coordinates.
 

Classes in jimm.datavision.field used by jimm.datavision.layout
Field
          The abstract superclass of visual report fields that display text labels, database columns, special values, aggregate values, formulas, and parameters.
Format
          A format describes how to display a field.
ImageField
          Represents an external image.
 

Classes in jimm.datavision.field used by jimm.datavision.layout.excel
Border
          A border is a visual decoration around a report field.
Field
          The abstract superclass of visual report fields that display text labels, database columns, special values, aggregate values, formulas, and parameters.
Format
          A format describes how to display a field.
ImageField
          Represents an external image.
Rectangle
          A rectangle with double coordinates.
 

Classes in jimm.datavision.field used by jimm.datavision.layout.pdf
Field
          The abstract superclass of visual report fields that display text labels, database columns, special values, aggregate values, formulas, and parameters.
Format
          A format describes how to display a field.
ImageField
          Represents an external image.
 

Classes in jimm.datavision.field used by jimm.datavision.layout.swing
Field
          The abstract superclass of visual report fields that display text labels, database columns, special values, aggregate values, formulas, and parameters.
Format
          A format describes how to display a field.
ImageField
          Represents an external image.