Home
last modified time | relevance | path

Searched defs:bgcolix (Results 1 – 12 of 12) sorted by relevance

/dports/science/jmol/jmol-14.32.7/src/org/jmol/shape/
H A DHover.java56 short bgcolix = C.getColixS("#FFFFC3"); // 255, 255, 195 in initShape() local
H A DLabels.java200 short bgcolix = C.getColixO(value); in setProperty() local
325 short bgcolix = defaultBgcolix; in setProperty() local
569 private void setBgcolix(int i, short bgcolix) { in setBgcolix()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/render/
H A DLabelsRenderer.java54 protected short bgcolix; field in LabelsRenderer
H A DTextRenderer.java91 String strLabel, short colix, short bgcolix, in renderSimpleLabel()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelset/
H A DText.java75 short colix, short bgcolix, int align, float scalePixelsPerMicron) { in newLabel()
492 public short bgcolix; field in Text
/dports/science/jmol/jmol-14.32.7/src/org/jmol/export/
H A DExport3D.java368 int z, int zSlab, short bgcolix) { in drawString()
393 int yBaseline, int z, short bgcolix) { in drawStringNoSlab()
407 short bgcolix, int width, int height) { in drawImage()
H A DJSExporter.java280 void plotImage(int x, int y, int z, Object image, short bgcolix, int width, in plotImage()
H A D__CartesianExporter.java199 void plotImage(int x, int y, int z, Object image, short bgcolix, int width, in plotImage()
H A D___Exporter.java584 void plotImage(int x, int y, int z, Object image, short bgcolix, int width, in plotImage()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/util/
H A DGData.java572 JmolRendererInterface jmolRenderer, short bgcolix, in plotImage()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/api/
H A DJmolRendererInterface.java63 short bgcolix, int width, int height); in drawImage()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/g3d/
H A DGraphics3D.java1136 short bgcolix, int width, int height) { in drawImage()
1144 JmolRendererInterface jmolRenderer, short bgcolix, in plotImage()