Package com.storedobject.chart
Class Size
java.lang.Object
com.storedobject.chart.Size
Representation of "size" value. It can represent size in pixels
pixels(int)
or size in percentage
percentage(int)
.- Author:
- Syam
-
Method Summary
-
Method Details
-
pixels
Create a "size" value in pixels.- Parameters:
pixels
- Number of pixels representing this size.- Returns:
- Size created.
-
percentage
Create a "size" value as a percentage.- Parameters:
percentage
- Size as a percentage.- Returns:
- Size created.
-
none
Create a "null" size. This is useful when we want to reset some already existing "size" value.- Returns:
- Size create as "null" value.
-
equals
-
hashCode
-
toString
-