pivot.wtk.skin.terra
Class TerraBorderSkin

java.lang.Object
  extended by pivot.wtk.skin.ComponentSkin
      extended by pivot.wtk.skin.ContainerSkin
          extended by pivot.wtk.skin.BorderSkin
              extended by pivot.wtk.skin.terra.TerraBorderSkin
All Implemented Interfaces:
BorderListener, ComponentKeyListener, ComponentLayoutListener, ComponentListener, ComponentMouseButtonListener, ComponentMouseListener, ComponentMouseWheelListener, ComponentStateListener, ConstrainedVisual, ContainerListener, Skin, Visual

public class TerraBorderSkin
extends BorderSkin

Terra border skin.

Author:
gbrown

Nested Class Summary
 
Nested classes/interfaces inherited from class pivot.wtk.skin.ContainerSkin
ContainerSkin.IndexFocusTraversalPolicy
 
Field Summary
 
Fields inherited from class pivot.wtk.skin.ComponentSkin
SHOW_TOOLTIP_TIMEOUT
 
Constructor Summary
TerraBorderSkin()
           
 
Method Summary
 void setBackgroundColor(int color)
           
 void setColor(int color)
           
 void setTitleColor(int titleColor)
           
 
Methods inherited from class pivot.wtk.skin.BorderSkin
contentChanged, getColor, getCornerRadii, getFont, getPadding, getPreferredHeight, getPreferredSize, getPreferredWidth, getThickness, getTitleColor, install, layout, paint, setColor, setColor, setCornerRadii, setCornerRadii, setCornerRadii, setCornerRadii, setFont, setFont, setPadding, setPadding, setPadding, setPadding, setThickness, setThickness, setTitleColor, setTitleColor, titleChanged, uninstall
 
Methods inherited from class pivot.wtk.skin.ContainerSkin
componentInserted, componentsRemoved, contextKeyChanged, focusTraversalPolicyChanged, getBackgroundColor, getBackgroundPaint, isFocusable, setBackgroundColor, setBackgroundColor, setBackgroundPaint
 
Methods inherited from class pivot.wtk.skin.ComponentSkin
cursorChanged, decodeColor, displayableChanged, enabledChanged, focusedChanged, getComponent, getHeight, getWidth, invalidateComponent, keyPressed, keyReleased, keyTyped, locationChanged, mouseClick, mouseDown, mouseMove, mouseOut, mouseOver, mouseUp, mouseWheel, parentChanged, preferredSizeChanged, repaintComponent, repaintComponent, repaintComponent, setSize, sizeChanged, styleUpdated, tooltipTextChanged, visibleChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerraBorderSkin

public TerraBorderSkin()
Method Detail

setColor

public final void setColor(int color)

setTitleColor

public final void setTitleColor(int titleColor)

setBackgroundColor

public final void setBackgroundColor(int color)