Class IconDescriptor.Dimension
- java.lang.Object
-
- de.aristaflow.adept2.model.common.IconDescriptor.Dimension
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- IconDescriptor
public static class IconDescriptor.Dimension extends Object implements Serializable
Simple class for a dimension, that is a width and a height in pixel used for icons.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Dimension(int width, int height)
Creates a new dimension with the designated width and height.
-