Package: helper Diagram Back to overview

ImageFilter class
Inherits from: FileFilter
Operations
Name Parameters Returns Visibility
accept
File f
 
boolean   public
getDescription   String   public


ImagePreview class
Inherits from: JComponent
Implements: PropertyChangeListener
Attributes
Name Type Visibility
serialVersionUID long   private
thumbnail ImageIcon   public
file File   public
Operations
Name Parameters Returns Visibility
paintComponent
Graphics g
 
  protected
ImagePreview
JFileChooser fc
 
  public
loadImage     public
propertyChange
PropertyChangeEvent e
 
  public


PhotoListRenderer class
Inherits from: JLabel
Implements: ListCellRenderer
Operations
Name Parameters Returns Visibility
PhotoListRenderer     public
getListCellRendererComponent
JList list
Object value
int index
boolean isSelected
boolean cellHasFocus
 
Component   public


PictureRenderer class
Implements: WaypointRenderer
Operations
Name Parameters Returns Visibility
convert
Image im
 
BufferedImage   private
paintWaypoint
Graphics2D g
JXMapViewer map
Waypoint waypoint
 
boolean   public


Utils class
Attributes
Name Type Visibility
jpeg String   public
jpg String   public
gif String   public
tiff String   public
tif String   public
png String   public
Operations
Name Parameters Returns Visibility
createImageIcon
String path
 
ImageIcon   protected
getExtension
File f
 
String   public


WaypointPlus class
Inherits from: Waypoint
Attributes
Name Type Visibility
filename String   private
Operations
Name Parameters Returns Visibility
WaypointPlus     public
WaypointPlus
GeoPosition coord
 
  public
WaypointPlus
double latitude
double longitude
 
  public
WaypointPlus
GeoPosition coord
String filename
 
  public
WaypointPlus
double latitude
double longitude
String filename
 
  public
getFileName   String   public
setId
String filename
 
  public