public final class VMDFactory extends Object
| Modifier and Type | Method | Description |
|---|---|---|
static Border |
createVMDNodeBorder() |
Creates a border used by VMD node.
|
static Border |
createVMDNodeBorder(Color borderColor,
int borderThickness,
Color color1,
Color color2,
Color color3,
Color color4,
Color color5) |
Creates a border used by VMD node with a specific colors.
|
static VMDColorScheme |
getNetBeans60Scheme() |
Creates the NetBeans 6.0 vmd color scheme.
|
static VMDColorScheme |
getOriginalScheme() |
Creates the original vmd color scheme.
|
public static VMDColorScheme getOriginalScheme()
public static VMDColorScheme getNetBeans60Scheme()
public static Border createVMDNodeBorder()
public static Border createVMDNodeBorder(Color borderColor, int borderThickness, Color color1, Color color2, Color color3, Color color4, Color color5)
borderColor - the border colorborderThickness - the border thicknesscolor1 - 1. color of gradient backgroundcolor2 - 2. color of gradient backgroundcolor3 - 3. color of gradient backgroundcolor4 - 4. color of gradient backgroundcolor5 - 5. color of gradient backgroundBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.