Search this API

y.view
Interface Graph2DPrinter.FooterDrawable

All Superinterfaces:
Drawable
All Known Implementing Classes:
Graph2DPrinter.AbstractFooterDrawable, Graph2DPrinter.AbstractTextBarDrawable, Graph2DPrinter.AbstractTitleDrawable, Graph2DPrinter.DefaultFooterDrawable, Graph2DPrinter.DefaultTitleDrawable, Graph2DPrinter.RepeatingFooterDrawable, Graph2DPrinter.RepeatingTitleDrawable
Enclosing class:
Graph2DPrinter

public static interface Graph2DPrinter.FooterDrawable
extends Drawable

Interface for classes that want to add a footer to the printed page. Footers will be added to the page or poster right below the regular print content.

 
Your browser does not support SVG content.

Method Summary
 void setContext(Graph2DPrinter.PrintContext printContext)
          This method will be invoked by the surrounding class to set the PrintContext used for drawing the footer.
 
Methods inherited from interface y.view.Drawable
getBounds, paint
 

Method Detail

setContext

void setContext(Graph2DPrinter.PrintContext printContext)
This method will be invoked by the surrounding class to set the PrintContext used for drawing the footer.


© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.