public interface IlvFlowObject
An IlvFlowObject
must fit entirely on one page. Its position
on the page is determined by the IlvFlow
to which this object is
added.
Modifier and Type | Method and Description |
---|---|
void |
draw(Graphics graphics,
double x,
double y)
Draws the object on the page.
|
IlvUnit.Dimension |
getSize()
Returns the dimension of the object.
|
IlvUnit.Dimension getSize()
void draw(Graphics graphics, double x, double y)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.