public interface INotesSize
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Dimension2D |
getSize()
Returns or sets the size in points.
|
void |
setSize(java.awt.geom.Dimension2D value)
Returns or sets the size in points.
|