net.thestump.ghronos.ui
Class Colon

java.lang.Object
  extended bywaba.ui.Control
      extended bynet.thestump.ghronos.ui.Colon
All Implemented Interfaces:
waba.fx.ISurface

public class Colon
extends waba.ui.Control

Provides a colon-like graphic

Author:
Christopher C. Stump

Field Summary
 
Fields inherited from class waba.ui.Control
AFTER, appId, asContainer, asWindow, backColor, backDis, BEFORE, BOTTOM, CENTER, enabled, FILL, FIT, fm, fmH, focusLess, font, foreColor, foreDis, height, LEFT, parent, PREFERRED, RANGE, RIGHT, SAME, TOP, visible, width, x, x2, y, y2
 
Constructor Summary
Colon()
           
 
Method Summary
 boolean isVisible()
          Tells if this colon is visible or not
 void onPaint(waba.fx.Graphics g)
           
 void setVisible(boolean see)
          Sets the visibility status of this colon
 
Methods inherited from class waba.ui.Control
addTimer, contains, createGraphics, getAbsoluteRect, getBackColor, getFont, getFontMetrics, getForeColor, getNext, getParent, getParentWindow, getPos, getPreferredHeight, getPreferredWidth, getRect, getSize, isDisplayed, isEnabled, onBoundsChanged, onColorsChanged, onEvent, onFontChanged, onWindowPaintFinished, postEvent, removeTimer, repaint, repaintNow, requestFocus, setBackColor, setBackForeColors, setEnabled, setFocusLess, setFont, setForeColor, setRect, setRect, setRect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Colon

public Colon()
Method Detail

setVisible

public void setVisible(boolean see)
Sets the visibility status of this colon

Parameters:
see - true if we want this colon visible, false otherwise

isVisible

public boolean isVisible()
Tells if this colon is visible or not

Returns:
true if the colon is black, false otherwise

onPaint

public void onPaint(waba.fx.Graphics g)


Copyright © 2004 Christopher C. Stump. All Rights Reserved.