Search this API

y.view
Interface Graph2DPrinter.TitleDrawable

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.TitleDrawable
extends Drawable

Interface for classes that want to add a title to the printed page. Titles will be added to the page or poster right above the regular print 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 title.
 
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 title.


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