Class BasicMarkerBarUI
java.lang.Object
javax.swing.plaf.ComponentUI
com.michaelbaranov.microba.marker.ui.MarkerBarUI
com.michaelbaranov.microba.marker.ui.basic.BasicMarkerBarUI
- Direct Known Subclasses:
MetalMarkerBarUI
,MotifMarkerBarUI
,WindowsMarkerBarUI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
void
installUI
(JComponent component) void
paint
(Graphics g, JComponent c) void
uninstallUI
(JComponent component) Methods inherited from class com.michaelbaranov.microba.marker.ui.MarkerBarUI
getMarkerSideGap
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, update
-
Constructor Details
-
BasicMarkerBarUI
public BasicMarkerBarUI()
-
-
Method Details
-
createUI
-
installUI
- Overrides:
installUI
in classComponentUI
-
uninstallUI
- Overrides:
uninstallUI
in classComponentUI
-
paint
- Overrides:
paint
in classComponentUI
-
getMinimumSize
- Overrides:
getMinimumSize
in classComponentUI
-
getPreferredSize
- Overrides:
getPreferredSize
in classComponentUI
-
getFocusColor
-
getShadowColor
-
getNormalColor
-
getSelectionColor
-
getDisabledColor
-
getTextColor
-