ilog.views.util.print
Interface IlvFlowObject

All Known Implementing Classes:
IlvSimplePrintableManager

public interface IlvFlowObject

An interface that must be implemented by objects that can be embedded in a flow of text.

Since:
JViews 5.5

Method Summary
 void draw(Graphics graphics, float x, float y)
          Draws the object on the page.
 IlvUnit.Dimension getSize()
          Returns the dimension of the object.
 

Method Detail

getSize

IlvUnit.Dimension getSize()
Returns the dimension of the object.


draw

void draw(Graphics graphics,
          float x,
          float y)
Draws the object on the page.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.