Uses of Interface
javajs.api.GenericColor
Packages that use GenericColor
Package
Description
-
Uses of GenericColor in javajs.util
Methods in javajs.util with parameters of type GenericColorModifier and TypeMethodDescriptionstatic String
CU.toCSSString
(GenericColor c) static String
CU.toRGBHexString
(GenericColor c) -
Uses of GenericColor in jspecview.api
Methods in jspecview.api with parameters of type GenericColor -
Uses of GenericColor in jspecview.common
Fields in jspecview.common declared as GenericColorModifier and TypeFieldDescriptionPanelData.bgcolor
static GenericColor
ColorParameters.BLACK
PanelData.BLACK
static GenericColor
ColorParameters.BLUE
PanelData.coordinatesColor
static GenericColor
ColorParameters.DARK_GRAY
static final GenericColor[]
ColorParameters.defaultPlotColors
PanelData.gridColor
PanelData.highlightColor
PanelData.integralPlotColor
static GenericColor
ColorParameters.LIGHT_GRAY
PanelData.peakTabColor
PanelData.plotAreaColor
ColorParameters.plotColors
static GenericColor
ColorParameters.RED
PanelData.scaleColor
PanelData.titleColor
PanelData.unitsColor
static GenericColor
ColorParameters.WHITE
PanelData.zoomBoxColor
PanelData.zoomBoxColor2
Fields in jspecview.common with type parameters of type GenericColorMethods in jspecview.common that return GenericColorModifier and TypeMethodDescriptionColoredAnnotation.getColor()
PanelData.getColor
(ScriptToken whatColor) protected abstract GenericColor
ColorParameters.getColor1
(int rgb) PDFWriter.getColor1
(int argb) protected abstract GenericColor
ColorParameters.getColor3
(int r, int g, int b) PDFWriter.getColor3
(int red, int green, int blue) PDFWriter.getColor4
(int r, int g, int b, int a) ColorParameters.getColorFromString
(String name) PanelData.getCurrentPlotColor
(int i) ColorParameters.getElementColor
(ScriptToken st) Gets the color of an element in the schemeprotected GenericColor[]
ColorParameters.getPlotColors
(String plotColorsStr) ColorParameters.setColor
(ScriptToken st, GenericColor color) Sets the color of an elementprotected GenericColor
ColorParameters.setColorFromString
(ScriptToken st, String value) Methods in jspecview.common with parameters of type GenericColorModifier and TypeMethodDescriptionvoid
PDFWriter.fillBackground
(Object g, GenericColor bgcolor) ColoredAnnotation.setCA
(double x, double y, Spectrum spec, String text, GenericColor color, boolean isPixels, boolean is2D, int offsetX, int offsetY) ColorParameters.setColor
(ScriptToken st, GenericColor color) Sets the color of an elementvoid
PanelData.setColor
(ScriptToken st, GenericColor color) void
Spectrum.setFillColor
(GenericColor color) void
PDFWriter.setGraphicsColor
(Object g, GenericColor c) void
PanelData.setHighlightColor
(GenericColor color) void
PanelData.setPlotColors
(GenericColor[] colors) -
Uses of GenericColor in jspecview.java
Classes in jspecview.java that implement GenericColorMethods in jspecview.java that return GenericColorModifier and TypeMethodDescriptionAwtColor.get3
(int r, int g, int b) AwtColor.get4
(int r, int g, int b, int a) AwtPanel.getBackgroundColor()
AwtG2D.getColor1
(int rgb) AwtParameters.getColor1
(int rgb) AwtG2D.getColor3
(int r, int g, int b) protected GenericColor
AwtParameters.getColor3
(int r, int g, int b) AwtG2D.getColor4
(int r, int g, int b, int a) Methods in jspecview.java with parameters of type GenericColorModifier and TypeMethodDescriptionvoid
AwtG2D.fillBackground
(Object g, GenericColor bgcolor) void
AwtPanel.setBackgroundColor
(GenericColor color) void
AwtG2D.setGraphicsColor
(Object g, GenericColor c) -
Uses of GenericColor in jspecview.js2d
Methods in jspecview.js2d that return GenericColorModifier and TypeMethodDescriptionJsG2D.getColor1
(int rgb) JsParameters.getColor1
(int rgb) JsG2D.getColor3
(int r, int g, int b) protected GenericColor
JsParameters.getColor3
(int r, int g, int b) JsG2D.getColor4
(int r, int g, int b, int a) Methods in jspecview.js2d with parameters of type GenericColorModifier and TypeMethodDescriptionvoid
JsG2D.fillBackground
(Object g, GenericColor bgcolor) void
JsPanel.setBackgroundColor
(GenericColor color) void
JsG2D.setGraphicsColor
(Object g, GenericColor c) -
Uses of GenericColor in org.jmol.api
Methods in org.jmol.api that return GenericColorModifier and TypeMethodDescriptionGenericGraphics.getColor1
(int argb) GenericGraphics.getColor3
(int red, int green, int blue) GenericGraphics.getColor4
(int r, int g, int b, int a) Methods in org.jmol.api with parameters of type GenericColorModifier and TypeMethodDescriptionvoid
GenericGraphics.fillBackground
(Object g, GenericColor bgcolor) void
GenericGraphics.setGraphicsColor
(Object g, GenericColor c) -
Uses of GenericColor in org.jmol.awt
Classes in org.jmol.awt that implement GenericColorMethods in org.jmol.awt that return GenericColorModifier and TypeMethodDescriptionAwtColor.get3
(int r, int g, int b) AwtColor.get4
(int r, int g, int b, int a) AwtG2D.getColor1
(int rgb) AwtG2D.getColor3
(int r, int g, int b) AwtG2D.getColor4
(int r, int g, int b, int a) Methods in org.jmol.awt with parameters of type GenericColorModifier and TypeMethodDescriptionvoid
AwtG2D.fillBackground
(Object g, GenericColor bgcolor) void
AwtG2D.setGraphicsColor
(Object g, GenericColor c) -
Uses of GenericColor in org.jmol.awtjs.swing
Classes in org.jmol.awtjs.swing that implement GenericColorMethods in org.jmol.awtjs.swing that return GenericColorModifier and TypeMethodDescriptionstatic GenericColor
Color.get1
(int rgb) static GenericColor
Color.get3
(int r, int g, int b) static GenericColor
Color.get4
(int r, int g, int b, int a) Methods in org.jmol.awtjs.swing with parameters of type GenericColor -
Uses of GenericColor in org.jmol.awtjs2d
Methods in org.jmol.awtjs2d that return GenericColorModifier and TypeMethodDescriptionJsG2D.getColor1
(int rgb) JsG2D.getColor3
(int r, int g, int b) JsG2D.getColor4
(int r, int g, int b, int a) Methods in org.jmol.awtjs2d with parameters of type GenericColorModifier and TypeMethodDescriptionvoid
JsG2D.fillBackground
(Object g, GenericColor bgcolor) void
JsG2D.setGraphicsColor
(Object g, GenericColor c)