|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColorSpec | |
---|---|
com.metsci.glimpse.charts.vector.display.xmlgen | |
com.metsci.glimpse.charts.vector.painter |
Uses of ColorSpec in com.metsci.glimpse.charts.vector.display.xmlgen |
---|
Methods in com.metsci.glimpse.charts.vector.display.xmlgen that return ColorSpec | |
---|---|
ColorSpec |
ObjectFactory.createColorSpec()
Create an instance of ColorSpec |
ColorSpec |
AnnotationPainterSpec.getColor()
Gets the value of the color property. |
ColorSpec |
PolygonPainterSpec.getFillColor()
Gets the value of the fillColor property. |
ColorSpec |
TrackPainterSpec.getHeadPointColor()
Gets the value of the headPointColor property. |
ColorSpec |
TrackPainterSpec.getLabelColor()
Gets the value of the labelColor property. |
ColorSpec |
TrackPainterSpec.getLabelLineColor()
Gets the value of the labelLineColor property. |
ColorSpec |
TrackPainterSpec.getLineColor()
Gets the value of the lineColor property. |
ColorSpec |
PolygonPainterSpec.getLineColor()
Gets the value of the lineColor property. |
ColorSpec |
TrackPainterSpec.getPointColor()
Gets the value of the pointColor property. |
Methods in com.metsci.glimpse.charts.vector.display.xmlgen with parameters of type ColorSpec | |
---|---|
void |
AnnotationPainterSpec.setColor(ColorSpec value)
Sets the value of the color property. |
void |
PolygonPainterSpec.setFillColor(ColorSpec value)
Sets the value of the fillColor property. |
void |
TrackPainterSpec.setHeadPointColor(ColorSpec value)
Sets the value of the headPointColor property. |
void |
TrackPainterSpec.setLabelColor(ColorSpec value)
Sets the value of the labelColor property. |
void |
TrackPainterSpec.setLabelLineColor(ColorSpec value)
Sets the value of the labelLineColor property. |
void |
TrackPainterSpec.setLineColor(ColorSpec value)
Sets the value of the lineColor property. |
void |
PolygonPainterSpec.setLineColor(ColorSpec value)
Sets the value of the lineColor property. |
void |
TrackPainterSpec.setPointColor(ColorSpec value)
Sets the value of the pointColor property. |
Uses of ColorSpec in com.metsci.glimpse.charts.vector.painter |
---|
Methods in com.metsci.glimpse.charts.vector.painter that return ColorSpec | |
---|---|
static ColorSpec |
EncPainterUtils.convertFloatArrayToColorSpec(float[] rgba)
|
static ColorSpec |
EncPainterUtils.convertFloatsToColorSpec(float r,
float g,
float b,
float a)
|
Methods in com.metsci.glimpse.charts.vector.painter with parameters of type ColorSpec | |
---|---|
static float[] |
EncPainterUtils.convertColorSpecToFloatArray(ColorSpec color)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |