JHotDraw 7.0.6

Uses of Interface
org.jhotdraw.draw.TextHolder

Packages that use TextHolder
org.jhotdraw.draw Defines a framework for drawing editors. 
org.jhotdraw.samples.net.figures Provides the NodeFigure for network diagrams. 
org.jhotdraw.samples.svg.figures Provides the figures for the SVG basic shapes. 
 

Uses of TextHolder in org.jhotdraw.draw
 

Classes in org.jhotdraw.draw that implement TextHolder
 class LabelFigure
          LabelFigure.
 class TextAreaFigure
          A TextAreaFigure contains formatted text.
It automatically rearranges the text to fit its allocated display area, breaking the lines at word boundaries whenever possible.
The text can contain either LF or CRLF sequences to separate paragraphs, as well as tab characters for table like formatting and alignment.
Currently the tabs are distributed at regular intervals as determined by the TabSize property.
 class TextFigure
          A text figure.
 

Methods in org.jhotdraw.draw that return TextHolder
 TextHolder TextHolder.getLabelFor()
           
 TextHolder TextFigure.getLabelFor()
           
 TextHolder TextAreaFigure.getLabelFor()
           
 TextHolder LabelFigure.getLabelFor()
           
 

Methods in org.jhotdraw.draw with parameters of type TextHolder
protected  void TextTool.beginEdit(TextHolder textHolder)
           
protected  void TextAreaTool.beginEdit(TextHolder textHolder)
           
 void FloatingTextField.createOverlay(DrawingView view, TextHolder figure)
          Creates the overlay for the given Container using a specific font.
 void FloatingTextArea.createOverlay(DrawingView view, TextHolder figure)
          Creates the overlay for the given Container using a specific font.
 void LabelFigure.setLabelFor(TextHolder target)
           
 

Constructors in org.jhotdraw.draw with parameters of type TextHolder
FontSizeHandle(TextHolder owner)
          Creates a new instance.
FontSizeHandle(TextHolder owner, Locator locator)
           
TextAreaTool(TextHolder prototype)
          Creates a new instance.
TextTool(TextHolder prototype)
          Creates a new instance.
 

Uses of TextHolder in org.jhotdraw.samples.net.figures
 

Classes in org.jhotdraw.samples.net.figures that implement TextHolder
 class NodeFigure
          NodeFigure.
 

Uses of TextHolder in org.jhotdraw.samples.svg.figures
 

Classes in org.jhotdraw.samples.svg.figures that implement TextHolder
 class SVGText
          SVGText.
 


Copyright 1996-2006 © JHotDraw.org