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 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.