echopoint
Class CornerImages

java.lang.Object
  extended by echopoint.CornerImages
All Implemented Interfaces:
java.io.Serializable

public class CornerImages
extends java.lang.Object
implements java.io.Serializable

The CornerImages class can be used to create an immutable set of images that can then be used by a Component as a series of corner images, for example rounded or triangluar corner images.

See Also:
Serialized Form

Constructor Summary
CornerImages()
          Constructs a CornerImages object with no images
CornerImages(ImageReference leftImage, ImageReference rightImage)
          Constructs a CornerImages object with left and right images
 
Method Summary
 ImageReference getLeft()
          Returns the left image
 ImageReference getRight()
          Returns the right image
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CornerImages

public CornerImages()
Constructs a CornerImages object with no images


CornerImages

public CornerImages(ImageReference leftImage,
                    ImageReference rightImage)
Constructs a CornerImages object with left and right images

Method Detail

getLeft

public ImageReference getLeft()
Returns the left image

Returns:
nextapp.echo.ImageReference

getRight

public ImageReference getRight()
Returns the right image

Returns:
nextapp.echo.ImageReference