Uses of Interface
javajs.api.GenericColor
Packages that use GenericColor
Package
Description
-
Uses of GenericColor in javajs.api
Methods in javajs.api that return GenericColor -
Uses of GenericColor in javajs.util
Methods in javajs.util with parameters of type GenericColorModifier and TypeMethodDescriptionstatic StringCU.toCSSString(GenericColor c) static StringCU.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.bgcolorstatic GenericColorColorParameters.BLACKPanelData.BLACKstatic GenericColorColorParameters.BLUEPanelData.coordinatesColorstatic GenericColorColorParameters.DARK_GRAYstatic final GenericColor[]ColorParameters.defaultPlotColorsPanelData.gridColorPanelData.highlightColorPanelData.integralPlotColorstatic GenericColorColorParameters.LIGHT_GRAYPanelData.peakOverColorPanelData.peakTabColorPanelData.plotAreaColorColorParameters.plotColorsstatic GenericColorColorParameters.REDPanelData.scaleColorPanelData.titleColorPanelData.unitsColorstatic GenericColorColorParameters.WHITEPanelData.zoomBoxColorPanelData.zoomBoxColor2Fields in jspecview.common with type parameters of type GenericColorMethods in jspecview.common that return GenericColorModifier and TypeMethodDescriptionColoredAnnotation.getColor()PanelData.getColor(ScriptToken whatColor) protected abstract GenericColorColorParameters.getColor1(int rgb) PDFWriter.getColor1(int argb) protected abstract GenericColorColorParameters.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 GenericColorColorParameters.setColorFromString(ScriptToken st, String value) Methods in jspecview.common with parameters of type GenericColorModifier and TypeMethodDescriptionvoidPDFWriter.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 elementvoidPanelData.setColor(ScriptToken st, GenericColor color) voidSpectrum.setFillColor(GenericColor color) voidPDFWriter.setGraphicsColor(Object g, GenericColor c) voidPanelData.setHighlightColor(GenericColor color) voidPanelData.setPlotColors(GenericColor[] colors) -
Uses of GenericColor in jspecview.java
Classes in jspecview.java that implement GenericColorMethods in jspecview.java that return GenericColorModifier and TypeMethodDescriptionAwtColor.addAlpha(int a) AwtPanel.getBackgroundColor()AwtG2D.getColor1(int rgb) AwtParameters.getColor1(int rgb) AwtG2D.getColor3(int r, int g, int b) protected GenericColorAwtParameters.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 TypeMethodDescriptionvoidAwtG2D.fillBackground(Object g, GenericColor bgcolor) voidAwtPanel.setBackgroundColor(GenericColor color) voidAwtG2D.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 GenericColorJsParameters.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 TypeMethodDescriptionvoidJsG2D.fillBackground(Object g, GenericColor bgcolor) voidJsPanel.setBackgroundColor(GenericColor color) voidJsG2D.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 TypeMethodDescriptionvoidGenericGraphics.fillBackground(Object g, GenericColor bgcolor) voidGenericGraphics.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.addAlpha(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 TypeMethodDescriptionvoidAwtG2D.fillBackground(Object g, GenericColor bgcolor) voidAwtG2D.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 TypeMethodDescriptionColor.addAlpha(int a) static GenericColorColor.get1(int rgb) static GenericColorColor.get3(int r, int g, int b) static GenericColorColor.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 TypeMethodDescriptionvoidJsG2D.fillBackground(Object g, GenericColor bgcolor) voidJsG2D.setGraphicsColor(Object g, GenericColor c)