Package rma.swing
Class CompositeIconFactory
java.lang.Object
rma.swing.CompositeIconFactory
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeIconFactory
(Image img, int width, int height) Constructs a new factory object for iterating over a group of icons. -
Method Summary
-
Constructor Details
-
CompositeIconFactory
Constructs a new factory object for iterating over a group of icons.
-
-
Method Details
-
getIcon
Returns a new icon that is x'th position in the list of icons -
getIcon
Returns a new icon that is at the x'th and y'th position which has the width and height specified in the constructor of this object.
-