gishur.awt.images
Class TraceSymbols

java.lang.Object
  |
  +--gishur.awt.StaticImage
        |
        +--gishur.awt.images.TraceSymbols

public class TraceSymbols
extends StaticImage

StaticImage class representing the image ~Gishur\images\tracesymbols.gif.


Constructor Summary
TraceSymbols()
           
 
Method Summary
static java.awt.Image createImage()
          Creates an image object of the StaticImage.
static java.awt.Image createImage(java.awt.Color color, boolean halftransparent)
          Creates an image object with substituted color and halftransparency of the StaticImage.
 
Methods inherited from class gishur.awt.StaticImage
createImage, createImage, createImage, createImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceSymbols

public TraceSymbols()
Method Detail

createImage

public static java.awt.Image createImage()
Creates an image object of the StaticImage.
Returns:
Image object of the StaticImage.

createImage

public static java.awt.Image createImage(java.awt.Color color,
                                         boolean halftransparent)
Creates an image object with substituted color and halftransparency of the StaticImage. This method must be overwritten in subclasses in order to call their static initializer correctly (and set the class variables). One can call one of the other protected createImage() methods from the overwritten method.
Parameters:
color - color that substitutes white
halftransparent - if true, the created image will be halftransparent
Returns:
Image object of the StaticImage.