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