Class Size
- java.lang.Object
-
- com.orchestranetworks.addon.dqid.chart.Size
-
public final class Size extends java.lang.ObjectRepresents the size of a two dimensional rectangle.This is used to determine chart or legend size.
- See Also:
DisplayOptions
-
-
Field Summary
Fields Modifier and Type Field Description static SizeBIG_SIZEstatic SizeSMALL_SIZE
-
Constructor Summary
Constructors Constructor Description Size(int width, int height)The constructor with a custom size.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()intgetWidth()
-