Package zleurtor.scanmanager.view.plaf
Class ScanManagerSeparatorUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.SeparatorUI
javax.swing.plaf.basic.BasicSeparatorUI
zleurtor.scanmanager.view.plaf.ScanManagerSeparatorUI
The 3D Scan Manager personalized separator UI.
- Author:
- Zleurtor
-
Field Summary
Fields inherited from class javax.swing.plaf.basic.BasicSeparatorUI
highlight, shadow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
Create the UI.final void
paint
(Graphics g, JComponent c) Methods inherited from class javax.swing.plaf.basic.BasicSeparatorUI
getMaximumSize, getMinimumSize, getPreferredSize, installDefaults, installListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUI
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, update
-
Constructor Details
-
ScanManagerSeparatorUI
public ScanManagerSeparatorUI()
-
-
Method Details
-
createUI
Create the UI.- Parameters:
c
- The component to which the UI shall be applied.- Returns:
- The unique UI instance.
-
paint
- Overrides:
paint
in classBasicSeparatorUI
-