com.alee.managers.style.skin.ninepatch
Class NinePatchSkin

java.lang.Object
  extended by com.alee.managers.style.skin.WebLafSkin
      extended by com.alee.managers.style.skin.CustomSkin
          extended by com.alee.managers.style.skin.ninepatch.NinePatchSkin

public class NinePatchSkin
extends CustomSkin

Custom WebLaF skin which uses 9-patch images to decorate components. There is a default styling provided but you can override it with your own settings and 9-patch resources.

Author:
Mikle Garin

Field Summary
 
Fields inherited from class com.alee.managers.style.skin.CustomSkin
skinInfo
 
Fields inherited from class com.alee.managers.style.skin.WebLafSkin
ALL_SYSTEMS_SUPPORTED
 
Constructor Summary
NinePatchSkin()
          Constructs NinePatch skin.
 
Method Summary
 
Methods inherited from class com.alee.managers.style.skin.CustomSkin
getAuthor, getComponentStyle, getDescription, getId, getName, getSkinClass, getSkinInfo, getSupportedSystems
 
Methods inherited from class com.alee.managers.style.skin.WebLafSkin
applyProperties, applySkin, applySkin, getComponentStyleImpl, getComponentStyleImpl, getComponentUIImpl, getCustomPainterProperties, getFieldValue, getPainter, getPainterPropertyValue, getPainterPropertyValue, getSupportedComponentTypeImpl, isSupported, removeSkin, setCustomPainterProperty, setCustomPainterProperty, setFieldValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NinePatchSkin

public NinePatchSkin()
Constructs NinePatch skin.