GP.Graphics
Class ValueText

java.lang.Object
  |
  +--GP.Graphics.Shape
        |
        +--GP.Graphics.Text
              |
              +--GP.Graphics.ValueText
All Implemented Interfaces:
Behavioral, Colorable, Graphic, Movable, Orientable, Originable, Playable, Positionable, Reactive, Refreshable, Scalable, Selectable, Viewable

public class ValueText
extends Text


Fields inherited from class GP.Graphics.Shape
ourNumShapes
 
Constructor Summary
ValueText(Container container, Value value)
           
ValueText(Container container, Value value, int minStringLength)
           
ValueText(Value value)
           
 
Method Summary
 java.lang.String GetString()
           
 
Methods inherited from class GP.Graphics.Text
Copy, GetDescent, GetFont, GetSize, Scale, SetFont, SetSize, SetString, toString
 
Methods inherited from class GP.Graphics.Shape
Act, AddBehavior, ApplyBehaviors, ApplyInstincts, DeSelect, equals, Fill, Frame, GetApplet, GetBoxBoundedSize, GetColor, GetContainer, GetCurrentTime, GetFillStyle, GetOrientation, GetPivot, GetPosition, Hide, IsPositionInside, IsVisible, Move, Move, Move, MoveBackward, MoveForward, MoveToBack, MoveToFront, Pause, Play, PositionIsOnlyInsideMe, PreferedSize, React, Refresh, RemoveAllBehaviors, RemoveBehavior, ReplaceAllBehaviors, Scale, Scale, Select, SetColor, SetContainer, SetFillStyle, SetOrientation, SetPivot, SetPosition, Show, Show, Start, Stop, Turn, Turn, Turn, Turn, Turn, Turn
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueText

public ValueText(Value value)

ValueText

public ValueText(Container container,
                 Value value)

ValueText

public ValueText(Container container,
                 Value value,
                 int minStringLength)
Method Detail

GetString

public java.lang.String GetString()
Overrides:
GetString in class Text