Package edu.ubo.graphicLayer
Class GString
- java.lang.Object
 - 
- edu.ubo.graphicLayer.GElement
 - 
- edu.ubo.graphicLayer.GBounded
 - 
- edu.ubo.graphicLayer.GString
 
 
 
 
- 
- All Implemented Interfaces:
 GContainer
public class GString extends GBounded
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddraw(java.awt.Graphics2D g)java.awt.DimensiongetDimension()voidsetFont(java.awt.Font font)voidsetString(java.lang.String s)- 
Methods inherited from class edu.ubo.graphicLayer.GBounded
addElement, addMouseListener, clear, dispatchMouseClicked, dispatchMouseEntered, dispatchMouseExited, dispatchMousePressed, dispatchMouseReleased, drawContents, getBounds, getGlobalBounds, getGlobalPosition, getHeight, getPosition, getRawContents, getWidth, getX, getY, removeElement, setDimension, setHeight, setPosition, setWidth, setX, setY, translate, whenMouseClicked, whenMouseEntered, whenMouseExited, whenMousePressed, whenMouseReleased 
- 
Methods inherited from class edu.ubo.graphicLayer.GElement
defaultColor, getContainer, repaint, setColor, setContainer 
- 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface edu.ubo.graphicLayer.GContainer
repaint 
 - 
 
 - 
 
- 
- 
Method Detail
- 
setString
public void setString(java.lang.String s)
 
- 
setFont
public void setFont(java.awt.Font font)
 
- 
getDimension
public java.awt.Dimension getDimension()
- Overrides:
 getDimensionin classGBounded
 
 - 
 
 -