|
org.netbeans.api.visual 2.35 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.api.visual.vmd.VMDFactory
public final class VMDFactory
Used as a factory class for objects defined in VMD visualization style.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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 background
|
org.netbeans.api.visual 2.35 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||