|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object y.view.Graph2DPrinter.AbstractTextBarDrawable y.view.Graph2DPrinter.AbstractFooterDrawable
public abstract static class Graph2DPrinter.AbstractFooterDrawable
Abstract footer drawable that defines the position of the footer on a page and manages the background color.
Constructor Summary | |
---|---|
Graph2DPrinter.AbstractFooterDrawable()
|
Method Summary | |
---|---|
java.awt.Color |
getFooterColor()
Returns the background color of the footer. |
void |
paint(java.awt.Graphics2D gfx)
Paints itself on the given graphics context. |
void |
setFooterColor(java.awt.Color footerColor)
Sets the background color of the footer. |
Methods inherited from class y.view.Graph2DPrinter.AbstractTextBarDrawable |
---|
getBounds, getFont, getPrintContext, getText, getTextColor, setContext, setFont, setPrintContext, setText, setTextColor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Graph2DPrinter.AbstractFooterDrawable()
Method Detail |
---|
public void paint(java.awt.Graphics2D gfx)
Drawable
paint
in interface Drawable
paint
in class Graph2DPrinter.AbstractTextBarDrawable
public java.awt.Color getFooterColor()
public void setFooterColor(java.awt.Color footerColor)
footerColor
- The background color to set.
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |