org.apache.pivot.wtk.skin.terra
Class TerraLabelSkin

java.lang.Object
  extended by org.apache.pivot.wtk.skin.ComponentSkin
      extended by org.apache.pivot.wtk.skin.LabelSkin
          extended by org.apache.pivot.wtk.skin.terra.TerraLabelSkin
All Implemented Interfaces:
org.apache.pivot.wtk.ComponentKeyListener, org.apache.pivot.wtk.ComponentListener, org.apache.pivot.wtk.ComponentMouseButtonListener, org.apache.pivot.wtk.ComponentMouseListener, org.apache.pivot.wtk.ComponentMouseWheelListener, org.apache.pivot.wtk.ComponentStateListener, org.apache.pivot.wtk.ComponentTooltipListener, org.apache.pivot.wtk.ConstrainedVisual, org.apache.pivot.wtk.LabelListener, org.apache.pivot.wtk.Skin, org.apache.pivot.wtk.Visual

public class TerraLabelSkin
extends org.apache.pivot.wtk.skin.LabelSkin

Terra label skin.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.LabelListener
org.apache.pivot.wtk.LabelListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentListener
org.apache.pivot.wtk.ComponentListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentStateListener
org.apache.pivot.wtk.ComponentStateListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentMouseListener
org.apache.pivot.wtk.ComponentMouseListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentMouseButtonListener
org.apache.pivot.wtk.ComponentMouseButtonListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentKeyListener
org.apache.pivot.wtk.ComponentKeyListener.Adapter
 
Constructor Summary
TerraLabelSkin()
           
 
Method Summary
 void setBackgroundColor(int backgroundColor)
           
 void setColor(int color)
           
 void setDisabledColor(int color)
           
 
Methods inherited from class org.apache.pivot.wtk.skin.LabelSkin
getBackgroundColor, getBaseline, getColor, getDisabledColor, getFont, getHorizontalAlignment, getPadding, getPreferredHeight, getPreferredSize, getPreferredWidth, getTextDecoration, getVerticalAlignment, getWrapText, install, isFocusable, isOpaque, layout, maximumLengthChanged, paint, setBackgroundColor, setBackgroundColor, setColor, setColor, setDisabledColor, setDisabledColor, setFont, setFont, setFont, setHorizontalAlignment, setPadding, setPadding, setPadding, setPadding, setPadding, setTextDecoration, setVerticalAlignment, setWrapText, textChanged
 
Methods inherited from class org.apache.pivot.wtk.skin.ComponentSkin
cursorChanged, decodeFont, dragSourceChanged, dropTargetChanged, enabledChanged, focusedChanged, getBaseline, getComponent, getHeight, getWidth, heightLimitsChanged, invalidateComponent, keyPressed, keyReleased, keyTyped, locationChanged, menuHandlerChanged, mouseClick, mouseDown, mouseMove, mouseOut, mouseOver, mouseUp, mouseWheel, nameChanged, parentChanged, preferredSizeChanged, repaintComponent, repaintComponent, repaintComponent, repaintComponent, repaintComponent, setSize, sizeChanged, tooltipDelayChanged, tooltipTextChanged, tooltipTriggered, visibleChanged, widthLimitsChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerraLabelSkin

public TerraLabelSkin()
Method Detail

setColor

public final void setColor(int color)

setDisabledColor

public final void setDisabledColor(int color)

setBackgroundColor

public final void setBackgroundColor(int backgroundColor)