Package edu.mines.jtk.mosaic

A system for 2-D graphics.

See:
          Description

Class Summary
ColorBar A color bar is a view of a color map, a mapping from values to colors.
ContoursView A view of a sampled function f(x1,x2), displayed with contour lines.
DPoint A double-precision point (x,y).
DRectangle A double-precision rectangle.
GridView Grid lines that extend tics in tile axes into tiles.
IPanel A panel that can paint itself to fit an image.
Mosaic A mosaic of tiles and tile axes.
MouseTrackMode A mode for tracking the mouse location.
PixelsView A view of sampled functions f(x1,x2), displayed as a 2-D array of pixels.
PlotFrame A plot frame is a window containing one or two plot panels.
PlotPanel A plot panel is a panel that contains a mosaic of 2-D graphical views.
PlotPanelPixels3 A plot panel with three pixels views of slices from a 3-D array.
PointsView A view of points (x1,x2) with marks at points and/or lines between them.
Projector Converts (projects) world coordinates v to/from normalized coordinates u.
SequenceView A view of a sequence of samples of a function f(x) of one variable x.
SimplePlot A simple plot is easy to construct and especially useful for quick diagnostic plots of arrays of floats or doubles.
TensorsView A view of a 2D metric tensor field.
Tile A tile in a mosaic contains a list of tiled views.
TileAxis A tile axis in a mosaic.
TiledView A tiled view in a tile.
TileZoomMode A mode for zooming tiles and tile axes.
Transcaler Translates and scales (maps) user coordinates to/from device coordinates.
 

Enum Summary
ContoursView.Line  
ContoursView.Orientation Orientation of sample axes x1 and x2.
GridView.Horizontal The grid horizontal type.
GridView.Style The grid style.
GridView.Vertical The grid vertical type.
Mosaic.AxesPlacement Placement of axes.
PixelsView.Interpolation Method used to interpolate pixels between samples of f(x1,x2).
PixelsView.Orientation Orientation of sample axes x1 and x2.
PlotFrame.Split Orientation of the split pane (if any) containing two plot panels.
PlotPanel.AxesPlacement Placement of labeled axes in mosaic.
PlotPanel.Orientation Orientation of axes x1 and x2.
PlotPanelPixels3.AxesPlacement Placement of labeled axes.
PlotPanelPixels3.Orientation Orientations of the plot panel are defined by the orientation of the tile in the lower-left corner of the 2x2 mosaic.
PointsView.Line The style of line plotted between consecutive points (x1,x2).
PointsView.Mark The style of mark plotted at points (x1,x2).
PointsView.Orientation Orientation of axes x1 and x2.
SequenceView.Zero The visibility of function value zero in the view.
SimplePlot.Origin The origin can be either at the upper-left or lower-left of the plot.
TensorsView.Orientation Orientation of sample axes x1 and x2.
TileAxis.Placement Placement of a tile axis.
 

Package edu.mines.jtk.mosaic Description

A system for 2-D graphics. In this system, 2-D graphics are displayed in a a mosaic of tiles, in which each tile contains one or more graphical views. A mosaic aligns these tiles and tiled views so that they share coordinate systems and zoom and scroll consistently.