Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ch.laoe.ui
Class GGraphicObjects.GrText  view GGraphicObjects.GrText download GGraphicObjects.GrText.java

java.lang.Object
  extended bych.laoe.ui.GGraphicObjects.GrObject
      extended bych.laoe.ui.GGraphicObjects.GrText
Enclosing class:
GGraphicObjects

private class GGraphicObjects.GrText
extends GGraphicObjects.GrObject


Field Summary
 java.awt.Color color
           
private  GGraphicObjects.GrPoint point
           
 java.awt.Stroke stroke
           
private  java.lang.String text
           
 
Constructor Summary
GGraphicObjects.GrText(GGraphicObjects.GrText t)
           
GGraphicObjects.GrText(java.lang.String text)
           
 
Method Summary
 boolean isInside(GGraphicObjects.GrRectangle r)
           
 void paint(java.awt.Graphics2D g2d)
           
 void setOrigin(GGraphicObjects.GrPoint o)
           
 void setPoint(GGraphicObjects.GrPoint p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

private java.lang.String text

point

private GGraphicObjects.GrPoint point

color

public java.awt.Color color

stroke

public java.awt.Stroke stroke
Constructor Detail

GGraphicObjects.GrText

public GGraphicObjects.GrText(java.lang.String text)

GGraphicObjects.GrText

public GGraphicObjects.GrText(GGraphicObjects.GrText t)
Method Detail

setOrigin

public void setOrigin(GGraphicObjects.GrPoint o)
Specified by:
setOrigin in class GGraphicObjects.GrObject

setPoint

public void setPoint(GGraphicObjects.GrPoint p)
Specified by:
setPoint in class GGraphicObjects.GrObject

isInside

public boolean isInside(GGraphicObjects.GrRectangle r)
Specified by:
isInside in class GGraphicObjects.GrObject

paint

public void paint(java.awt.Graphics2D g2d)
Overrides:
paint in class GGraphicObjects.GrObject