EchoPoint
1.0

echopoint
Class CornerImages

java.lang.Object
  extended byechopoint.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(nextapp.echo.ImageReference leftImage, nextapp.echo.ImageReference rightImage)
          Constructs a CornerImages object with left and right images
 
Method Summary
 nextapp.echo.ImageReference getLeft()
          Returns the left image
 nextapp.echo.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(nextapp.echo.ImageReference leftImage,
                    nextapp.echo.ImageReference rightImage)
Constructs a CornerImages object with left and right images

Method Detail

getLeft

public nextapp.echo.ImageReference getLeft()
Returns the left image

Returns:
nextapp.echo.ImageReference

getRight

public nextapp.echo.ImageReference getRight()
Returns the right image

Returns:
nextapp.echo.ImageReference

EchoPoint
1.0