Class TextString

private class TextString
extends Object
A object that is used by a TextPanel object to store certain text characteristics such as color.
 

Variables

o text
    private String text

        The actual text.

o color
    private Color color

        The color of the text stored.

o location
    private Point location

        The location of where the text is to be displayed in the TextPanel.
 

Constructors

o TextString
    public Edge(String text, Color color, Point location)

        Creates a new TextString object with the specified method parameters.



Send all bug reports and comments to tchou@elux3.cs.umass.edu