- DbaseFileHeader - Class in org.gicentre.io
-
Represents the header of a Dbase III file.
- DbaseFileHeader() - Constructor for class org.gicentre.io.DbaseFileHeader
-
Creates a class for representing a DBase III header.
- DbaseFileHeader(Logger) - Constructor for class org.gicentre.io.DbaseFileHeader
-
Creates a class for representing a DBase III header with logged warning
and error messages.
- DbaseFileWriter - Class in org.gicentre.io
-
Used to write Dbase III files.
- DbaseFileWriter(DbaseFileHeader, WritableByteChannel) - Constructor for class org.gicentre.io.DbaseFileWriter
-
Creates a DbaseFileWriter using the specified header and writing to
the given channel.
- DbaseFileWriter.FieldFormatter - Class in org.gicentre.io
-
Utility for formatting Dbase fields.
- displayOptions(PrintStream) - Method in class org.gicentre.treemappa.TreeMapProperties
-
Displays all the command line options with brief descriptions of their function.
- displayOptionsShort(PrintStream) - Method in class org.gicentre.treemappa.TreeMapProperties
-
Displays a compact version of all the command line options.
- draw(float, float, float, float) - Method in class org.gicentre.treemappa.PTreeMappa
-
Draws the treemap directly in the parent sketch at the given position and size.
- draw() - Method in class org.gicentre.treemappa.PTreeMappa
-
Draws the treemap directly in the parent sketch.
- Drawable - Interface in org.gicentre.treemappa.gui
-
Defines the minimum functionality for a renderer to draw graphic primitives.
- DrawableFactory - Class in org.gicentre.treemappa.gui
-
Factory to produce drawable renderers.
- DrawableFactory() - Constructor for class org.gicentre.treemappa.gui.DrawableFactory
-