|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object echopoint.CornerImages
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.
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 |
public CornerImages()
public CornerImages(nextapp.echo.ImageReference leftImage, nextapp.echo.ImageReference rightImage)
Method Detail |
public nextapp.echo.ImageReference getLeft()
public nextapp.echo.ImageReference getRight()
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |