Package view

Interface Summary
Centerable An assignable object that has a center in normalized coordinates.
Clickable Implements BoxedClick select action.
DeltaFormattingMorphing To extend the formatting further, one might think of a class that formats not the coordinates, but differences in the coordinates.
Dragable Flag interface to tag allows drags.
FilledShape Interface that combines a shape and a filled attribute, indicating weather the shape should be filled or drawn only as an outline.
FormattingMorphing Extends the Morphing interface to allow proper formatting of the pixel coordinates.
HelpSupplier Interface defining the possibility of offering help to a special component.
ImageOperation This interface describes object that perform an operation on an image that returns an image of the same size.
ImageProvider An interface for classes that deliver an image to a component.
Lineable Interface used for linable plotDatas: use setLine(boolean) to toggle lining.
Magnifying Interface useful for plot that can be zoomed-in and restored to original.
Morphing An interface describing the property to convert pixel positions within two different coordinate systems.
PostUpdate On custom components, this objects may be invoked prior to the component update.
PreUpdate On custom components, this objects may be invoked prior to the component update.
Savable Any implementing component must deliver a bufferd image that represents the component in its save state.
ScreenPixel Interface for all types of converters of raw coordinate data to screen pixel.
ServeBoxed This interface defines two 'mixed' inversions from spherical and planar coordinates.
XfigRead.XfigObject.Position Interface for xfig object carrying point info.
Zoomable Interface for zoomable plotDatas: increase() and decrease().
 

Class Summary
AbstractFilledShape Class that supports generic key generation for subclasses that cannot provide their own.
appletframe  
AstroKernel A kernel is used for filtering an image to detect stars.
AzimuthalProjection Abstract base class for sphere to planar projections.
BasicMorpher This class is a basic morpher in the way that it comprises a linear mapping in x and y to pixel space starting at 0,0 with an extend of 1x1.
BitFile  
BitUtils  
ClickButton Provides a button with insets.
ColoredShape A class that comprises a shape and a paint object.
Counter Panel to provide an editable Textfield and a PlusMinusPanel for increasing the integer number DayED shown in the TextField.
DataCard A card consits of an VectorG plus an optional id and an activated flag.
DataTransfer A transfer class to allow deleting and redeeiming of data points in a JDataCanvas
DoubleDimension A class that allows storing of a dimension in double format.
DrawingInfo Collects info on how an object should be drawn.
FontCreator Tries to create a font from a stream given as a File from the first command line argument.
FontLister  
getScreen  
GIFEncoder GIFEncoder is a class which takes an image and saves it to a stream using the GIF file format (Graphics Interchange Format).
GIFsave GIFsave is handed over an Image and a File and save the Image in GIF format into File.
HelpAdapter Listener class for mouse events, processing right clicks and calling popUpHelp(), if source is HelpSupplier.
helpDialog Extension to info dialog: gets its message from the classname of the constructing class, in a helpfile dir.
Helper Listener Class to pop-up help dialogs.
HotButton Include hotkeys to a button layout.
ImageDescriptor  
ImageFilter A small class that filters files to display image files of types java 1.4 can read/write.
ImageFilter.Formats To print all known formats.
infoDialog Constructs a dialog with a message TextArea and a button 'ok'.
KernelFactory This class provides some methods to construct image kernels.
KernelFactory.Test Test kernel calculation.
LZWCompressor  
LZWStringTable  
MyAlphaComposite An alpha-composite that can be constructed with a string.
MyColor Some additional static colors.
MyColor.ColorComparator A comparator class for colors.
MyColor.Show Test purpose.
MyDimension Adds a String constructor to Dimension.
MyDimension2D  
MyEllipse An {link Ellipse2D} object that allows construction with a string.
MyEllipse.Test Test the various routines.
MyFont A class to allow construction of a font with a single string using a coma-separated list.
MyFont.All Prints out all fonts.
MyFont.Test Test font creation.
MyGbC Make handling of GridBagConstraints easier.
MyGridBagConstraints Make handling of GridBagConstraints easier.
MyImageWriteParam Original code at jpegwrite.
MyInsets A convenience class to support Insets construction with a single string argument as the constructor.
MyPoint An extension to point allowing construction with a comma-separated string.
MyPoint2D An extension to point allowing construction with a comma-separated string.
MyRectangle A Rectangle that allows construction with a string of the format
MyStroke A class that allows constructing of a stroke with a string.
OrthographicMorpher This morphing instance translates ra/dec to pixels under the rule of an orthogonal projection.
ParentComponent A test class to show the anchestors of a component.
PlotData Abstract class contains data for plot programs.
PlusMinusPanel Class to provide to simple buttons: one with a "+" label on top, and a "-" button below.
PointDraw Drawing shapes that should have a constant size during zooming is not possible by adding them as normal shapes in JNormalizedCanvas.
PolygonFactory This class opens and reads the file stated in its constructor call and tries to convert one-line entries into Polygons.
PrintComponent A small class that allows printing of Components.
PrintComponent.PrintableComponent Renders an array of compontents to a printable page.
Region A simple class describing a region in some 2-dimensional space.
SaveComponent A small class that allows saving a component in one of the output formats the ImageIO package of jdk 1.4 supports.
ScreenDescriptor  
ScreenInfo Simple class that prints out screen resolution.
Separator Class to provide a component with a similar functionality as a separator line.
ShapeContainer A class that allows delegating of the Shape interface method to a shape object handed over at construction.
ShapeDraw Drawing shapes that are either filled or outlined, but otherwise are plain shapes.
ShapeFactory A class that allows creation of Shapes from a single string.
ShapeFactory.Display Display the command line shape in a single window.
ShapeFactory.Ellipse We test the ellipse shape in various ways.
TextDraw Drawing text in shapes is not recomended as the text size will change due to component size changes.
TextFormat Class to provide formating routines for integers and doubles.
TwoDimensionPixel Extends ScreenPixel to a class of converts holding only two dimensions like x,y or r,phi.
UnsharpMaskOp An image enhancement using an unsharp mask algorithm.
XfigRead A quick package for reading and manipulating xfig files.
XfigRead.Read Reads an xfig file and writes it again.
XfigRead.XfigArc An xfig arc.
XfigRead.XfigArrow An arrow line.
XfigRead.XfigColor An x-fig pseudo color object.
XfigRead.XfigDraw Intermediate object with similar definitions.
XfigRead.XfigEllipse An xfig ellipse.
XfigRead.XfigObject An abstract definition of an xfig object.
XfigRead.XfigPoints Point line contain points in pairs of two, but variable length.
XfigRead.XfigPolyline An xfig polyline.
XfigRead.XfigSpline An xfig polyline.
XfigRead.XfigText An xfig text.
 

Enum Summary
ShapeFactory.Drawings The possible drawing types understood.
ShapeFactory.Paths For generating general path from strings.