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:
ComponentKeyListener, ComponentListener, ComponentMouseButtonListener, ComponentMouseListener, ComponentMouseWheelListener, ComponentStateListener, ComponentTooltipListener, ConstrainedVisual, LabelListener, Skin, Visual

public class TerraLabelSkin
extends LabelSkin

Terra label skin.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.LabelListener
LabelListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentListener
ComponentListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentStateListener
ComponentStateListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentMouseListener
ComponentMouseListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentMouseButtonListener
ComponentMouseButtonListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentKeyListener
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)