Class IconDescriptor.Dimension
java.lang.Object
de.aristaflow.adept2.model.common.IconDescriptor.Dimension
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- IconDescriptor
Simple class for a dimension, that is a width and a height in pixel used
for icons.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDimension(int width, int height) Creates a new dimension with the designated width and height. -
Method Summary
-
Field Details
-
width
public final int widthThe width in pixel. -
height
public final int heightThe height in pixel.
-
-
Constructor Details
-
Dimension
public Dimension(int width, int height) Creates a new dimension with the designated width and height.- Parameters:
width- The width in pixel.height- The height in pixel.
-
-
Method Details