com.explodingpixels.macwidgets.plaf
Class IAppScrollBarArtworkUtils

java.lang.Object
  extended by com.explodingpixels.macwidgets.plaf.IAppScrollBarArtworkUtils

public class IAppScrollBarArtworkUtils
extends java.lang.Object


Method Summary
static ScrollThumbImagePainter createHorizontalScrollerThumb()
           
static javax.swing.AbstractButton createHorizontalSeparateDecrementButton()
           
static javax.swing.AbstractButton createHorizontalSeparateIncrementButton()
           
static javax.swing.AbstractButton createHorizontalTogetherDecrementButton()
           
static javax.swing.AbstractButton createHorizontalTogetherIncrementButton()
           
static ScrollThumbImagePainter createVerticalScrollerThumb()
           
static javax.swing.AbstractButton createVerticalSeparateDecrementButton()
           
static javax.swing.AbstractButton createVerticalSeparateIncrementButton()
           
static javax.swing.AbstractButton createVerticalTogetherDecrementButton()
           
static javax.swing.AbstractButton createVerticalTogetherIncrementButton()
           
static int getDecrementButtonRecess()
           
static java.awt.Dimension getHorizontalScrollBarMinimumSize()
           
static int getHorizontalScrollBarMiniumumWidth()
           
static javax.swing.ImageIcon getHorizontalTrack()
           
static javax.swing.ImageIcon getScrollBarLeftCap()
           
static javax.swing.ImageIcon getScrollBarTopCap()
           
static int getScrollBarTopCapRecess()
           
static java.awt.Dimension getVerticalScrollBarMinimumSize()
           
static int getVerticalScrollBarMiniumumHeight()
           
static javax.swing.ImageIcon getVerticalTrack()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createVerticalTogetherDecrementButton

public static javax.swing.AbstractButton createVerticalTogetherDecrementButton()

createVerticalTogetherIncrementButton

public static javax.swing.AbstractButton createVerticalTogetherIncrementButton()

createVerticalSeparateDecrementButton

public static javax.swing.AbstractButton createVerticalSeparateDecrementButton()

createVerticalSeparateIncrementButton

public static javax.swing.AbstractButton createVerticalSeparateIncrementButton()

createVerticalScrollerThumb

public static ScrollThumbImagePainter createVerticalScrollerThumb()

getVerticalScrollBarMiniumumHeight

public static int getVerticalScrollBarMiniumumHeight()

getVerticalScrollBarMinimumSize

public static java.awt.Dimension getVerticalScrollBarMinimumSize()

getScrollBarTopCap

public static javax.swing.ImageIcon getScrollBarTopCap()

getVerticalTrack

public static javax.swing.ImageIcon getVerticalTrack()

createHorizontalTogetherDecrementButton

public static javax.swing.AbstractButton createHorizontalTogetherDecrementButton()

createHorizontalTogetherIncrementButton

public static javax.swing.AbstractButton createHorizontalTogetherIncrementButton()

createHorizontalSeparateDecrementButton

public static javax.swing.AbstractButton createHorizontalSeparateDecrementButton()

createHorizontalSeparateIncrementButton

public static javax.swing.AbstractButton createHorizontalSeparateIncrementButton()

createHorizontalScrollerThumb

public static ScrollThumbImagePainter createHorizontalScrollerThumb()

getHorizontalScrollBarMiniumumWidth

public static int getHorizontalScrollBarMiniumumWidth()

getHorizontalScrollBarMinimumSize

public static java.awt.Dimension getHorizontalScrollBarMinimumSize()

getScrollBarLeftCap

public static javax.swing.ImageIcon getScrollBarLeftCap()

getHorizontalTrack

public static javax.swing.ImageIcon getHorizontalTrack()

getScrollBarTopCapRecess

public static int getScrollBarTopCapRecess()

getDecrementButtonRecess

public static int getDecrementButtonRecess()


Copyright © 2012. All Rights Reserved.