info.aduna.graphics.render
Class SemanticZoomTextBlock

java.lang.Object
  extended by info.aduna.graphics.render.SemanticZoomTextBlock
All Implemented Interfaces:
SemanticZoomInfoBlock

public class SemanticZoomTextBlock
extends Object
implements SemanticZoomInfoBlock


Constructor Summary
SemanticZoomTextBlock(Font font, Color color, int nrLines)
           
 
Method Summary
 double getHeight()
           
 void render(Graphics2D g, Rectangle2D.Double bounds)
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemanticZoomTextBlock

public SemanticZoomTextBlock(Font font,
                             Color color,
                             int nrLines)
Method Detail

getHeight

public double getHeight()
Specified by:
getHeight in interface SemanticZoomInfoBlock

setText

public void setText(String text)

render

public void render(Graphics2D g,
                   Rectangle2D.Double bounds)
Specified by:
render in interface SemanticZoomInfoBlock


Copyright © 1997-2008 Aduna. All Rights Reserved.