ilog.views.print
Class IlvManagerPageBreakPreview

java.lang.Object
  extended by ilog.views.print.IlvManagerPageBreakPreview
All Implemented Interfaces:
IlvManagerViewDecoration

public class IlvManagerPageBreakPreview
extends Object
implements IlvManagerViewDecoration

A object that display the page breaks of the pages in an IlvManagerView.

Since:
JViews 5.5

Constructor Summary
IlvManagerPageBreakPreview(IlvManagerPrintableDocument document)
          Creates a ManagerPageBreakPreview for the specified document.
 
Method Summary
 Color getColor()
          Returns the color of the breaks.
 void paint(Graphics dst, IlvManagerView view)
          Paints the page breaks.
 void setColor(Color c)
          Changes the color of the breaks.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlvManagerPageBreakPreview

public IlvManagerPageBreakPreview(IlvManagerPrintableDocument document)
Creates a ManagerPageBreakPreview for the specified document.

Parameters:
document - The document to display the page breaks.
Method Detail

getColor

public Color getColor()
Returns the color of the breaks.

See Also:
setColor(java.awt.Color)

setColor

public void setColor(Color c)
Changes the color of the breaks.

See Also:
getColor()

paint

public void paint(Graphics dst,
                  IlvManagerView view)
Paints the page breaks.

Specified by:
paint in interface IlvManagerViewDecoration
Parameters:
dst - The Graphics to paint to.
view - The manager view.


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