com.michaelbaranov.microba.marker.ui.basic

Class BasicMarkerBarUI


public class BasicMarkerBarUI
extends MarkerBarUI

Method Summary

static ComponentUI
createUI(JComponent c)
Color
getDisabledColor()
Color
getFocusColor()
Dimension
getMinimumSize(JComponent c)
Color
getNormalColor()
Dimension
getPreferredSize(JComponent c)
Color
getSelectionColor()
Color
getShadowColor()
Color
getTextColor()
void
installUI(JComponent component)
void
paint(Graphics g, JComponent c)
void
uninstallUI(JComponent component)

Method Details

createUI

public static ComponentUI createUI(JComponent c)

getDisabledColor

public Color getDisabledColor()

getFocusColor

public Color getFocusColor()

getMinimumSize

public Dimension getMinimumSize(JComponent c)

getNormalColor

public Color getNormalColor()

getPreferredSize

public Dimension getPreferredSize(JComponent c)

getSelectionColor

public Color getSelectionColor()

getShadowColor

public Color getShadowColor()

getTextColor

public Color getTextColor()

installUI

public void installUI(JComponent component)

paint

public void paint(Graphics g,
                  JComponent c)

uninstallUI

public void uninstallUI(JComponent component)