Uses of Interface
net.thevpc.jeep.editor.ColorResource
Packages that use ColorResource
-
Uses of ColorResource in net.thevpc.jeep.editor
Classes in net.thevpc.jeep.editor that implement ColorResourceMethods in net.thevpc.jeep.editor that return ColorResourceModifier and TypeMethodDescriptionJSyntaxStyle.getBoxColor()JSyntaxStyle.getColor()JSyntaxStyle.getFillColor()static ColorResourcestatic ColorResourcestatic ColorResourceMethods in net.thevpc.jeep.editor with parameters of type ColorResourceModifier and TypeMethodDescriptionJSyntaxStyle.setBoxColor(ColorResource boxColor) JSyntaxStyle.setColor(ColorResource color) JSyntaxStyle.setColorString(ColorResource color) JSyntaxStyle.setFillColor(ColorResource fillColor) Constructors in net.thevpc.jeep.editor with parameters of type ColorResourceModifierConstructorDescriptionJSyntaxStyle(String name, ColorResource color, boolean bold, boolean italic) JSyntaxStyle(String name, ColorResource color, int fontStyle)