|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Color | |
|---|---|
| com.sencha.gxt.chart.client.chart.series | |
| com.sencha.gxt.chart.client.draw | |
| com.sencha.gxt.chart.client.draw.sprite | |
| Uses of Color in com.sencha.gxt.chart.client.chart.series |
|---|
| Methods in com.sencha.gxt.chart.client.chart.series that return Color | |
|---|---|
Color |
MultipleColorSeries.getColor(int index)
Returns the color at the given index. |
Color |
RadarSeries.getFill()
Returns the fill of the line in the series. |
Color |
LineSeries.getFill()
Returns the fill color of the line. |
Color |
Series.getStroke()
Return the stroke color of the series. |
Color |
MultipleColorSeries.removeColor(int index)
Removes the color at the given index. |
Color |
MultipleColorSeries.setColor(int index,
Color color)
Sets the color at the given index. |
| Methods in com.sencha.gxt.chart.client.chart.series that return types with arguments of type Color | |
|---|---|
List<Color> |
MultipleColorSeries.getColors()
Returns the list of colors used by the series. |
| Methods in com.sencha.gxt.chart.client.chart.series with parameters of type Color | |
|---|---|
boolean |
MultipleColorSeries.addColor(Color color)
Adds a color to the list of colors used in the series. |
void |
MultipleColorSeries.addColor(int index,
Color color)
Adds a color to the list of colors used in the series. |
boolean |
MultipleColorSeries.removeColor(Color color)
Removes the first occurrence given color. |
Color |
MultipleColorSeries.setColor(int index,
Color color)
Sets the color at the given index. |
void |
RadarSeries.setFill(Color fill)
Sets the fill of the line in the series. |
void |
LineSeries.setFill(Color fill)
Sets the fill color of the line. |
void |
Series.setStroke(Color stroke)
Sets the stroke color of the series. |
| Uses of Color in com.sencha.gxt.chart.client.draw |
|---|
| Subclasses of Color in com.sencha.gxt.chart.client.draw | |
|---|---|
class |
Gradient
A color representing a linear gradient. |
class |
HSL
Represent an HSL color. |
class |
HSV
Represents an HSV color. |
class |
Hue
Abstract color representing hue and saturation values. |
class |
RGB
Represents an RGB color. |
| Fields in com.sencha.gxt.chart.client.draw declared as Color | |
|---|---|
static Color |
Color.NONE
Represents no color value; |
| Methods in com.sencha.gxt.chart.client.draw that return Color | |
|---|---|
Color |
DrawComponent.getBackground()
Returns the background color of the component. |
Color |
Stop.getColor()
Returns the color of the stop. |
| Methods in com.sencha.gxt.chart.client.draw with parameters of type Color | |
|---|---|
void |
Gradient.addStop(int offset,
Color color)
Adds a stop to the gradient using the given offset and color. |
void |
Surface.setBackground(Color background)
Set the background color of the surface. |
void |
DrawComponent.setBackground(Color background)
Sets the background color of the chart. |
void |
Stop.setColor(Color color)
Sets the color of the stop. |
| Constructors in com.sencha.gxt.chart.client.draw with parameters of type Color | |
|---|---|
Stop(int offset,
Color color)
Creates a stop using the given offset and color. |
|
Stop(int offset,
Color color,
double opacity)
Creates a stop using the given offset, color and opacity. |
|
| Uses of Color in com.sencha.gxt.chart.client.draw.sprite |
|---|
| Methods in com.sencha.gxt.chart.client.draw.sprite that return Color | |
|---|---|
Color |
Sprite.getFill()
Returns the Color of the sprite's fill. |
Color |
Sprite.getStroke()
Returns the Color of the stroke. |
| Methods in com.sencha.gxt.chart.client.draw.sprite with parameters of type Color | |
|---|---|
void |
Sprite.setFill(Color fill)
Sets the Color of the sprite's fill. |
void |
Sprite.setStroke(Color stroke)
Sets the Color of the stroke. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||