Modifier and Type | Field and Description |
---|---|
protected Color |
Shadow.defaultColor |
static Color |
Panel.defaultColor |
Modifier and Type | Method and Description |
---|---|
Color |
IBaseChart.freeSeriesColor(boolean checkBackground) |
Color |
Chart.freeSeriesColor(boolean checkBackground)
Returns a color from the default color palette not used by any Series.
|
Color |
Walls.LeftWall.getColor()
The color used to fill the LeftWall background.
Default value: LIGHT_YELLOW |
Color |
Shape.getColor()
Defines the shape Color.
|
Color |
Shadow.getColor()
Defines the shadow Color.
|
Color |
Bevel.getColorOne()
Color of left and top sides of bevels.
|
Color |
Bevel.getColorTwo()
Color of right and bottom sides of bevels.
Used together with ColorOne, these properties set the colors applied to the Bevel edge when Raised or Lowered. |
protected Color |
TeeBase.setColorProperty(Color variable,
Color value) |
Modifier and Type | Method and Description |
---|---|
boolean |
Chart.isFreeSeriesColor(Color color,
boolean checkBackground)
Returns whether the AColor parameter is used by any Series or not.
|
void |
TChart.setBackground(Color value)
Sets the color the Chart rectangle is filled with.
|
void |
IBaseChart.setBrushCanvas(Color color,
ChartBrush brush,
Color backColor) |
void |
Chart.setBrushCanvas(Color aColor,
ChartBrush aBrush,
Color aBackColor)
Internal use.
|
void |
Walls.LeftWall.setColor(Color value)
Specifies the color used to fill the LeftWall background.
Default value: LIGHT_YELLOW |
void |
Shape.setColor(Color value)
Defines the shape Color.
|
void |
Shadow.setColor(Color value)
Defines the shadow Color.
|
void |
Bevel.setColorOne(Color value)
Sets the Color of left and top sides of bevels.
|
protected Color |
TeeBase.setColorProperty(Color variable,
Color value) |
void |
Bevel.setColorTwo(Color value)
Sets the Color of right and bottom sides of bevels.
Default value: gray |
Constructor and Description |
---|
Shadow(IBaseChart c,
int size,
Color color)
Shadow constructor, defines initial size and color
|
Modifier and Type | Method and Description |
---|---|
void |
Graphics3DAndroid.pixel(int x,
int y,
int z,
Color color) |
void |
Graphics3DAndroid.setPixel(int x,
int y,
int z,
Color color) |
Modifier and Type | Class and Description |
---|---|
class |
SystemColor |
Modifier and Type | Field and Description |
---|---|
static Color |
Color.aqua
The color aqua.
|
static Color |
Color.AQUA
The color aqua.
|
static Color |
Color.bisque
The color bisque.
|
static Color |
Color.BISQUE
The color bisque.
|
static Color |
Color.black
The color black.
|
static Color |
Color.BLACK
The color black.
|
static Color |
Color.blue
The color blue.
|
static Color |
Color.BLUE
The color blue.
|
Color |
ChartPen.color |
protected Color |
ChartBrush.color |
static Color |
Color.cyan
The color cyan.
|
static Color |
Color.CYAN
The color cyan.
|
static Color |
Color.DARK_GRAY
The color dark gray.
|
static Color |
Color.darkGray
The color dark gray.
|
protected Color |
ChartPen.defaultColor |
protected Color |
ChartBrush.defaultColor |
static Color |
Color.EMPTY |
static Color |
Color.fuchsia
The color fuchsia.
|
static Color |
Color.FUCHSIA
The color fuchsia.
|
static Color |
Color.gold
The color gold.
|
static Color |
Color.GOLD
The color gold.
|
static Color |
Color.gray
The color gray.
|
static Color |
Color.GRAY
The color gray.
|
static Color |
Color.green
The color green.
|
static Color |
Color.GREEN
The color green.
|
static Color |
Color.GREEN_YELLOW
The color green yellow.
|
static Color |
Color.greenYellow
The color green yellow.
|
static Color |
Color.indigo
The color indigo.
|
static Color |
Color.INDIGO
The color indigo.
|
static Color |
Color.LIGHT_GRAY
The color light gray.
|
static Color |
Color.LIGHT_YELLOW
The color light yellow.
|
static Color |
Color.lightGray
The color light gray.
|
static Color |
Color.lightYellow
The color light yellow.
|
static Color |
Color.lime
The color lime.
|
static Color |
Color.LIME
The color lime.
|
static Color |
Color.magenta
The color magenta.
|
static Color |
Color.MAGENTA
The color magenta.
|
static Color |
Color.maroon
The color maroon.
|
static Color |
Color.MAROON
The color maroon.
|
static Color |
Color.navy
The color navy.
|
static Color |
Color.NAVY
The color navy.
|
static Color |
Color.olive
The color olive.
|
static Color |
Color.OLIVE
The color olive.
|
static Color |
Color.orange
The color orange.
|
static Color |
Color.ORANGE
The color orange.
|
static Color |
Color.pink
The color pink.
|
static Color |
Color.PINK
The color pink.
|
static Color |
Color.purple
The color purple.
|
static Color |
Color.PURPLE
The color purple.
|
static Color |
Color.red
The color red.
|
static Color |
Color.RED
The color red.
|
static Color |
Color.silver
The color silver.
|
static Color |
Color.SILVER
The color silver.
|
static Color |
Color.SKY_BLUE
The color sky blue.
|
static Color |
Color.skyBlue
The color sky blue.
|
static Color |
Color.teal
The color teal.
|
static Color |
Color.TEAL
The color teal.
|
static Color |
Color.transparent |
static Color |
Color.TRANSPARENT |
static Color |
Color.white
The color white.
|
static Color |
Color.WHITE
The color white.
|
static Color |
Color.WHITE_SMOKE
The color white smoke.
|
static Color |
Color.whiteSmoke
The color white smoke.
|
static Color |
Color.yellow
The color yellow.
|
static Color |
Color.YELLOW
The color yellow.
|
Modifier and Type | Method and Description |
---|---|
Color |
Color.applyBright(int howMuch)
Converts the Color parameter to a brighter color.
The HowMuch parameter indicates the quantity of bright increment. It is used by Styles.Bar Series and Styles.Pie Series to calculate the right color to draw Bar sides and Pie 3D zones. |
Color |
Color.applyDark(int howMuch)
Converts the Color parameter to a darker color.
The HowMuch parameter indicates the quantity of dark increment. It is used by Bar Series and Pie Series to calculate the right color t to draw Bar sides and Pie 3D zones. |
Color |
Gradient.correctColor(Color value) |
static Color |
Color.fromArgb(int value) |
static Color |
Color.fromArgb(int value,
Color c) |
static Color |
Color.fromArgb(int r,
int g,
int b) |
static Color |
Color.fromArgb(int a,
int r,
int g,
int b) |
static Color |
Color.fromCode(java.lang.String nm) |
Color |
Graphics3D.getBackColor()
Sets / returns the color used to fill spaces when displaying text or
filling with brushes of different style other than bsSolid.
Brush.Visible must be set to true. |
Color |
ChartPen.getColor()
Determines the color used by the pen to draw lines on the Drawing.
|
Color |
ChartFont.getColor()
Defines a Font color for text.
|
Color |
ChartBrush.getColor()
Determines the color used to fill a zone.
|
Color[] |
IGraphics3D.getColorPalette() |
Color[] |
Graphics3D.getColorPalette() |
static Color |
SystemColor.getControlColor() |
Color |
IGraphics3D.getDefaultColor(int index) |
Color |
Graphics3D.getDefaultColor(int index)
Returns a color from global ColorPalette array variable.
|
Color |
Gradient.getEndColor()
One of the three Colors used to create the gradient fill.
The gradient fill is composed of the three colors: StartColor, MidColor and EndColor. |
Color |
ChartBrush.getForegroundColor()
Color to fill inner portions of Brush, when Solid is false.
Default value: SILVER |
Color |
Gradient.getMiddleColor()
One of the three Colors used to create the gradient fill.
The gradient fill is composed of the three colors: StartColor, MidColor and EndColor. |
Color |
Gradient.getStartColor()
One of the three Colors used to create the gradient fill.
It is one of the three colors used to create the gradient fill. |
static Color |
Color.random()
Creates a new Color instance with random RED, GREEN and BLUE color
components.
|
Color |
Color.transparentColor(int value)
Returns Color with transparency percentage applied.
|
static Color |
Graphics3D.transparentColor(int transparency,
Color color)
Returns Color parameter after changing its "A" value.
|
Modifier and Type | Method and Description |
---|---|
static void |
Graphics3D.applyBright(Color c,
int howMuch)
Converts the Color parameter to a brighter color.
|
static void |
Graphics3D.applyDark(Color c,
int howMuch)
Converts the Color parameter to a darker color.
The HowMuch parameter indicates the quantity of dark increment. |
protected void |
ChartBrush.applyDark(Color aColor,
int quantity) |
void |
ChartPen.assign(ChartPen p,
Color value) |
Color |
Gradient.correctColor(Color value) |
static Color |
Color.fromArgb(int value,
Color c) |
void |
Graphics3DVML.gradientFill(int left,
int top,
int right,
int bottom,
Color startColor,
Color endColor,
GradientDirection direction)
Fills a screen area with color-gradient background.
|
void |
Graphics3DSVG.gradientFill(int left,
int top,
int right,
int bottom,
Color startColor,
Color endColor,
GradientDirection direction)
Fills a Screen area with multi-colored lines to obtain a nice shadow
effect and coloured backgrounds.
The Chart.Gradient component uses this method internally. |
void |
Graphics3DPDF.gradientFill(int left,
int top,
int right,
int bottom,
Color startColor,
Color endColor,
GradientDirection direction)
Fills a Screen area with multi-colored lines to obtain a nice shadow
effect and coloured backgrounds.
The Chart.Gradient component uses this method internally. |
void |
IGraphics3D.paintBevel(BevelStyle style,
Rectangle rect,
int width,
Color colorOne,
Color colorTwo) |
void |
Graphics3D.paintBevel(BevelStyle bevel,
Rectangle rect,
int width,
Color one,
Color two) |
void |
Graphics3DVML.pixel(int x,
int y,
int z,
Color color)
Sets the 3D pixel to OLE_Color, using Pen.Width.
|
void |
Graphics3DSVG.pixel(int x,
int y,
int z,
Color color)
Sets the 3D pixel to OLE_Color, using Pen.Width.
|
void |
Graphics3DPDF.pixel(int x,
int y,
int z,
Color color)
Sets the 3D pixel to OLE_Color, using Pen.Width.
|
abstract void |
Graphics3D.pixel(int x,
int y,
int z,
Color color) |
void |
IGraphics3D.setBackColor(Color value) |
void |
Graphics3D.setBackColor(Color value) |
void |
ChartPen.setColor(Color value) |
void |
ChartFont.setColor(Color value)
Defines a Font color for text.
|
void |
ChartBrush.setColor(Color value)
Specifies the color used to fill a zone.
|
void |
IGraphics3D.setColorPalette(Color[] palette) |
void |
Graphics3D.setColorPalette(Color[] palette)
Specifies a color from global ColorPalette array variable.
|
void |
ChartPen.setDefaultColor(Color value) |
void |
ChartBrush.setDefaultColor(Color value) |
void |
Gradient.setEndColor(Color value)
Specifies the end Color used to create the gradient fill.
Default value: WHITE |
void |
ChartBrush.setForegroundColor(Color value)
Specifies the Color to fill inner portions of Brush, when Solid is false.
|
void |
Gradient.setMiddleColor(Color value)
Specifies the middle Color used to create the gradient fill.
Default value: GRAY |
void |
IGraphics3D.setPixel(int x,
int y,
int z,
Color color) |
void |
Graphics3DVML.setPixel(int x,
int y,
int z,
Color color) |
void |
Graphics3DSVG.setPixel(int x,
int y,
int z,
Color color) |
void |
Graphics3DPDF.setPixel(int x,
int y,
int z,
Color color) |
abstract void |
Graphics3D.setPixel(int x,
int y,
int z,
Color color) |
void |
Gradient.setStartColor(Color value)
Specifies the start Color used to create the gradient fill.
Default value: GOLD |
static int |
Graphics3D.transparency(Color color)
Returns percentage based on Color "A" value.
It is a value between 0 and 100 which sets the transparency percentage with respect foreground to background. |
static int |
Color.transparencyOf(Color value)
Returns an integer from 0 to 100 that is the percent of transparency
of this color.
|
static Color |
Graphics3D.transparentColor(int transparency,
Color color)
Returns Color parameter after changing its "A" value.
|
Constructor and Description |
---|
ChartBrush(IBaseChart c,
Color aColor) |
ChartBrush(IBaseChart c,
Color aColor,
boolean startVisible) |
ChartPen(Color c) |
ChartPen(IBaseChart c,
Color startColor) |
ChartPen(IBaseChart c,
Color startColor,
boolean startVisible) |
ChartPen(IBaseChart c,
Color startColor,
boolean startVisible,
int startWidth,
LineCap startEndCap,
DashStyle startStyle) |
ChartPen(IBaseChart c,
Color startColor,
boolean startVisible,
LineCap cap) |
ChartPen(IBaseChart c,
Color startColor,
DashStyle startStyle) |
ChartPen(IBaseChart c,
Color startColor,
int startWidth) |
Color(Color value) |
Modifier and Type | Method and Description |
---|---|
int |
DownSampling.reduce(DownSamplingMethod algorithm,
Series s,
double tol,
int lbound,
int ubound,
double[] rx,
double[] ry,
ColorList colors,
Color color) |
Modifier and Type | Method and Description |
---|---|
static Color |
Utils.darkenColor(Color AColor,
int Percentage) |
static Color |
Utils.getEmptyColor() |
Modifier and Type | Method and Description |
---|---|
static boolean |
Utils.colorIsEmpty(Color color) |
static java.lang.String |
Utils.colorToHex(Color color,
boolean ARGB) |
static Color |
Utils.darkenColor(Color AColor,
int Percentage) |
static void |
Utils.drawCheckBox(int x,
int y,
IGraphics3D g,
boolean drawChecked,
boolean CheckBox,
Color backColor) |
Modifier and Type | Field and Description |
---|---|
static Color[] |
CustomGauge.BlackPalette |
static Color[] |
CustomGauge.BluesPalette |
Color |
GridPalette.color |
static Color[] |
NumericGauge.LCDPalette |
static Color[] |
CustomGauge.LCDPalette |
static Color[] |
NumericGauge.LEDPalette |
static Color[] |
CustomGauge.LEDPalette |
Color |
Contour.LinesColor |
static Color |
MarksItem.MARKCOLOR |
protected Color |
CustomBar.normalBarColor |
Modifier and Type | Method and Description |
---|---|
protected Color |
Circular.calcCircleBackColor() |
Color |
Funnel.getAboveColor()
Funnel segment color if Opportunity value is greater than Quote
value.
Default value: GREEN |
protected Color |
Custom.getAreaBrushColor(Color c) |
Color |
SeriesMarks.getBackColor()
Obsolete. Use the Color method instead.
|
Color |
Funnel.getBelowColor()
Funnel segment color if Opportunity value is more than the
DifferenceLimit % below the Quote value.
Default value: RED |
Color |
Circular.getCircleBackColor()
Determines the color to fill the ellipse.
Setting it to Color.EMPTY indicates the CircledSeries to use to tChart.getPanel().getColor() color. |
Color |
SeriesPointer.getColor()
The pointer color.
|
Color |
SeriesPoint.getColor()
Indexed Point Color
|
Color |
Series.getColor()
Default color for all points.
The TChart Series SeriesColor method is the default color in which the Series points will be drawn. |
Color |
Points3D.getColor()
Default color for all points.
Default value: "" |
Color |
Points.getColor() |
Color |
Pie.PieOtherSlice.getColor()
The Color of the OtherSlice.
|
Color |
ISeries.getColor() |
Color |
ContourLevel.getColor()
Colour of Contour series Level.
|
Color |
Contour.LevelProps.getColor() |
Color |
Polygon.getColor(int index)
The Color used to fill the polygon.
Or that used to draw the Brush pattern. |
Color |
ColorList.getColor(int index) |
Color |
Custom3DPalette.ColorResolver.getColor(ISeries series,
int valueIndex,
Color color) |
protected Color |
Series.getDefaultColor(int valueIndex) |
Color |
Candle.getDownCloseColor()
Candle color fill when Close value is greater than Open value.
By default, UpCloseColor is WHITE and DownCloseColor is RED. |
Color |
Custom3DPalette.getEndColor()
Determines the last Range palette color.
When Custom3DPalette.getUseColorRange() is true, Surface series
creates a color palette using StartColor, MidColor and EndColor methods. |
Color[] |
TFrame.getGaugeColorPalette() |
Color[] |
CustomGauge.getGaugeColorPalette() |
Color[] |
CircularGauge.getGaugeColorPalette() |
static Color |
CustomGauge.getGaugePaletteColor(int index,
Color[] gaugeColorPalette) |
Color |
Custom3DPalette.getMidColor()
Determines the middle Range palette color.
When Custom3DPalette.getUseColorRange() is true, Surface series
creates a color palette using StartColor, MidColor and EndColor methods. |
protected Color |
Series.getSeriesColor()
Deprecated.
Use
Series.getColor() instead. |
Color |
Custom3DPalette.getStartColor()
Determines 1 of 3 Colors used to create the palette to fill the Surface
polygons.
When Custom3DPalette.getUseColorRange() is true, Surface series
creates a color palette using StartColor, MidColor and EndColor methods. |
Color |
Candle.getUpCloseColor()
Candle color fill when Open value is greater than Close value.
By default, UpCloseColor is WHITE and DownCloseColor is RED. |
Color |
Series.getValueColor(int valueIndex)
The colour of the index point.
|
Color |
ISeries.getValueColor(int valueIndex) |
Color |
Custom3DPalette.getValueColor(int valueIndex)
Returns the colour of the index point.
Index gives the position of the point, where 0 is the first, 1 is the second, and so on. |
protected Color |
Custom3DPalette.getValueColorValue(double aValue) |
Color |
Funnel.getWithinColor()
Funnel segment color if Opportunity value is within DifferenceLimit %
below the Quote value.
Default value: YELLOW |
Color |
KnobGauge.hexToColor(java.lang.String color) |
Color |
ContourLevel.internalColor() |
Color |
Series.legendItemColor(int index) |
Color |
PointFigure.legendItemColor(int index) |
Color |
ISeries.legendItemColor(int itemIndex) |
Color |
Funnel.legendItemColor(int legendIndex) |
Color |
Custom3DPalette.legendItemColor(int legendIndex) |
Modifier and Type | Method and Description |
---|---|
int |
Gantt.add(DateTime start,
DateTime endDate,
double y,
Color color)
Adds a new Gantt point to the series, at the start and endDate positions.
|
int |
Gantt.add(DateTime start,
DateTime endDate,
double y,
java.lang.String text,
Color color) |
int |
Series.add(DateTime x,
double y,
Color c)
Adds new point with specified DateTime x, Double y values and Color.
|
int |
Custom3D.add(DateTime aDate,
double y,
double z,
java.lang.String text,
Color color)
Adds a new Datetime point to a 3D Series, label and color.
|
int |
Series.add(DateTime aDate,
double y,
java.lang.String text,
Color color)
Adds a new Datetime point to a Series, label and color.
|
void |
Custom3D.add(double[] xValues,
double[] yValues,
double[] zValues,
Color[] colorValues)
Adds the X, Y, Z and Color arrays.
|
int |
Series.add(double value,
Color color)
Adds a new point with specified value and color.
|
int |
Series.add(double x,
double y,
Color color)
Adds a new point with specified x and y values and color.
|
int |
Gantt.add(double start,
double endDate,
double y,
Color color)
Adds a new Gantt bar with start and end coordinates and color.
|
int |
CustomError.add(double x,
double y,
double errorValue,
Color color)
Adds a new Error Bar point to the Series in selected color.
|
int |
Custom3D.add(double x,
double y,
double z,
Color color)
Adds a new point to a 3D Series and color.
|
int |
Bubble.add(double x,
double y,
double radius,
Color color)
Adds a new Bubble point to the Series Points List and color.
The Bubble point is assigned to be at AX, AY coordinates and have ARadius and Color parameters. |
int |
Bar3D.add(double x,
double y,
double offset,
Color color)
Adds a bar with an X and Y value, Y start point and color.
|
int |
HighLow.Add(double x,
double h,
double l,
Color color)
Adds a new High and Low value to a HighLow series.
|
int |
Ternary.add(double aX,
double aY,
double aZ,
double aRadius,
Color aColor) |
int |
Arrow.add(double x0,
double y0,
double x1,
double y1,
Color color)
Returns the position of the Arrow in the list.
Positions start at zero. |
int |
Ternary.add(double AX,
double AY,
double aZ,
double ARadius,
double AWeight,
Color AColor) |
int |
CustomErrorPoint.add(double x,
double y,
double LErr,
double RErr,
double TErr,
double BErr,
Color color) |
int |
CustomErrorPoint3D.add(double x,
double y,
double z,
double LeftErr,
double RightErr,
double TopErr,
double BottomErr,
double FrontErr,
double BackErr,
Color color) |
int |
CustomErrorPoint3D.add(double XVal,
double YVal,
double ZVal,
double LeftErr,
double RightErr,
double TopErr,
double BottomErr,
double FrontErr,
double BackErr,
java.lang.String text,
Color color) |
int |
Vector3D.add(double x0,
double y0,
double z0,
double x1,
double y1,
double z1,
java.lang.String text,
Color color)
Adds a new 3D vector line to series from (x0, y0, z0) to (x1, y1, z1) as
axis values with a specified text and color.
|
int |
CustomErrorPoint.add(double XVal,
double YVal,
double LErr,
double RErr,
double TErr,
double BErr,
java.lang.String text,
Color color) |
int |
Ternary.add(double AX,
double AY,
double aZ,
double ARadius,
double AWeight,
java.lang.String aLabel,
Color AColor) |
int |
Ternary.add(double AX,
double AY,
double aZ,
double ARadius,
java.lang.String aLabel,
Color AColor) |
int |
Arrow.add(double x0,
double y0,
double x1,
double y1,
java.lang.String text,
Color color)
Returns the position of the Arrow in the list.
Positions start at zero. |
int |
Gantt.add(double start,
double endDate,
double y,
java.lang.String text,
Color color)
Adds a new Gantt bar with start and end coordinates, label and color.
|
int |
CustomError.add(double x,
double y,
double errorValue,
java.lang.String text,
Color color)
Adds a new Error Bar point in selected color and with label.
|
int |
Custom3D.add(double x,
double y,
double z,
java.lang.String text,
Color color)
Adds a new point to a 3D Series, label and color.
|
int |
Bubble.add(double x,
double y,
double radius,
java.lang.String text,
Color color)
Adds a new Bubble point to the Series Points List, label and color.
The Bubble point is assigned to be at AX, AY coordinates and have ARadius, Label and Color parameters. |
int |
Bar3D.add(double x,
double y,
double offset,
java.lang.String text,
Color color)
Adds a bar with an X and Y value, Y start point, label and color.
|
int |
HighLow.Add(double x,
double h,
double l,
java.lang.String text,
Color color)
Adds a new High and Low value to a HighLow series with label and color.
|
int |
Series.add(double x,
double y,
java.lang.String text,
Color color)
Adds a new point with specified x,y values, text and color.
|
int |
Funnel.add(double aQuote,
double aOpportunity,
java.lang.String aLabel,
Color aColor,
boolean aFunnel) |
int |
Series.add(double value,
java.lang.String text,
Color color)
Adds a new point with specified value, text and color.
|
int |
Custom3DPalette.addPalette(double aValue,
Color aColor)
Add Color to Palette list
|
int |
Funnel.addSegment(double aQuote,
double aOpportunity,
java.lang.String aLabel,
Color aColor)
Adds new Funnel segment to the Series.
|
void |
CustomBar.barRectangle(Color barColor,
int aLeft,
int aTop,
int aRight,
int aBottom)
For internal use.
Displays a Bar or HorizBar point using the parameter coordinates and the BarColor parameter. |
void |
CustomBar.barRectangle(Color barColor,
Rectangle r)
For internal use.
Displays a Bar or HorizBar point using the parameter coordinates and the BarColor parameter. |
void |
CustomBar.barRectangle(Color barColor,
Rectangle r,
int barIndex,
boolean rounded)
For internal use.
Displays a Bar or HorizBar point using the parameter coordinates and the BarColor parameter. |
void |
Callout.draw(Color c,
Point pFrom,
Point pTo,
int z) |
void |
GaugeSeriesPointer.draw(IGraphics3D g,
boolean is3D,
int px,
int py,
int tmpHoriz,
int tmpVert,
Color colorValue,
GaugePointerStyles aStyle) |
void |
SeriesPointer.draw(IGraphics3D g,
boolean is3D,
int px,
int py,
int tmpHoriz,
int tmpVert,
Color colorValue,
PointerStyle aStyle)
Internal use.
|
void |
SeriesPointer.draw(int px,
int py,
Color colorValue) |
void |
SeriesPointer.draw(int px,
int py,
Color colorValue,
PointerStyle aStyle) |
void |
SeriesPointer.draw(Point p,
Color colorValue) |
void |
SeriesPointer.draw(Point p,
Color colorValue,
PointerStyle style) |
protected void |
SeriesPointer.drawLegendShape(Color color,
Rectangle rect,
boolean drawPen) |
protected void |
SeriesPointer.drawLegendShape(IGraphics3D g,
Color color,
Rectangle rect,
boolean drawPen) |
void |
CustomPoint.drawPointer(int aX,
int aY,
Color aColor,
int valueIndex)
Draws series pointer to the Canvas.
|
protected Color |
Custom.getAreaBrushColor(Color c) |
Color |
Custom3DPalette.ColorResolver.getColor(ISeries series,
int valueIndex,
Color color) |
static Color |
CustomGauge.getGaugePaletteColor(int index,
Color[] gaugeColorPalette) |
Contour.LevelProps |
Contour.LevelResolver.getLevel(int levelIndex,
double value,
Color color) |
protected void |
SeriesMarks.internalDraw(int index,
Color aColor,
java.lang.String st,
SeriesMarksPosition aPos) |
protected void |
Points3D.onGetPointerStyle(int valueIndex,
PointerStyle style,
Color aColor) |
protected void |
SeriesPointer.prepareCanvas(IGraphics3D g,
Color colorValue) |
protected void |
Ternary.prepareLegendCanvas(Graphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush) |
protected void |
Surface.prepareLegendCanvas(IGraphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush) |
protected void |
Series.prepareLegendCanvas(IGraphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush) |
protected void |
PolygonSeries.prepareLegendCanvas(IGraphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush) |
protected void |
Pie.prepareLegendCanvas(IGraphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush) |
protected void |
Line.prepareLegendCanvas(IGraphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush) |
protected void |
Custom3D.prepareLegendCanvas(IGraphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush) |
protected void |
Circular.prepareLegendCanvas(IGraphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush) |
protected void |
Area.prepareLegendCanvas(IGraphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush) |
void |
Funnel.setAboveColor(Color value)
Funnel segment color if Opportunity value is greater than Quote
value.
Default value: GREEN |
void |
SeriesMarks.setBackColor(Color value)
Obsolete. Use the Color method instead.
|
void |
Funnel.setBelowColor(Color value)
Funnel segment color if Opportunity value is more than the
DifferenceLimit % below the Quote value.
Default value: RED |
void |
Circular.setCircleBackColor(Color value)
Determines the color to fill the ellipse.
|
void |
Volume.setColor(Color color) |
void |
SeriesPointer.setColor(Color value)
Sets the pointer color.
|
void |
SeriesPoint.setColor(Color value)
Indexed Point Color
|
void |
Series.setColor(Color value)
Default color for all points.
Default value: Color.Empty |
void |
PolygonSeries.setColor(Color value) |
void |
Polygon.setColor(Color value)
Sets Color used to fill the polygon.
Or that used to draw the Brush pattern. |
void |
Points3D.setColor(Color value)
Default color for all points.
Default value: "" |
void |
Points.setColor(Color value) |
void |
Pie.PieOtherSlice.setColor(Color value)
Sets the Color of the OtherSlice.
|
void |
FastLine.setColor(Color value) |
void |
CustomPolar.setColor(Color c) |
void |
CustomError.setColor(Color c) |
void |
Custom.setColor(Color value) |
void |
ContourLevel.setColor(Color value)
Colour of Contour series Level.
|
void |
Contour.LevelProps.setColor(Color color) |
void |
Bezier.setColor(Color c) |
void |
ColorList.setColor(int index,
Color value) |
void |
Candle.setDownCloseColor(Color value)
Candle color fill when Close value is greater than Open value.
Default value: red |
void |
Custom3DPalette.setEndColor(Color value)
Sets the last Range palette color.
Default value: WHITE |
void |
TFrame.setGaugeColorPalette(Color[] value) |
void |
CustomGauge.setGaugeColorPalette(Color[] value) |
void |
CircularGauge.setGaugeColorPalette(Color[] value) |
void |
Custom3DPalette.setMidColor(Color value)
Sets the middle Range palette color.
Default value: Transparent |
protected void |
CustomBar.setPenBrushBar(Color barColor) |
protected void |
Series.setSeriesColor(Color value)
Obsolete. Use the Series.Color method instead.
|
void |
Custom3DPalette.setStartColor(Color value)
Sets 1 of 3 Colors used to create the palette to fill the Surface
polygons.
Default value: NAVY |
void |
Candle.setUpCloseColor(Color value)
Candle color fill when Open value is greater than Close value.
Default value: white |
void |
Funnel.setWithinColor(Color value)
Funnel segment color if Opportunity value is within DifferenceLimit %
below the Quote value.
Default value: YELLOW |
Constructor and Description |
---|
CFrame(IBaseChart c,
Color[] gColorPalette) |
CFrame(IBaseChart c,
Color[] gColorPalette,
boolean circle) |
GridPalette(double aValue,
Color aColor) |
LevelProps(double levelValue,
Color color) |
TFrame(IBaseChart c,
Color[] gColorPalette) |
TFrame(IBaseChart c,
Color[] gColorPalette,
boolean circle) |
Modifier and Type | Field and Description |
---|---|
static Color[] |
Theme.AndroidPalette |
static Color[] |
Theme.ClassicPalette |
static Color[] |
Theme.CoolPalette |
static Color[] |
Theme.DefaultPalette |
static Color[] |
Theme.ExcelPalette |
static Color[] |
Theme.GrayscalePalette |
static Color[] |
Theme.iOSPalette |
static Color[] |
Theme.LookoutPalette |
static Color[] |
Theme.MacOSPalette |
static Color[] |
Theme.MetroPalette |
static Color[] |
Theme.ModernPalette |
static Color[] |
Theme.OnBlackPalette |
static Color[] |
Theme.OperaPalette |
static Color[][] |
ColorPalettes.Palettes |
static Color[] |
Theme.PastelsPalette |
static Color[] |
Theme.RainbowPalette |
static Color[] |
Theme.SeawashPalette |
static Color[] |
Theme.SolidPalette |
static Color[] |
Theme.VictorianPalette |
static Color[] |
Theme.WarmPalette |
static Color[] |
Theme.WebPalette |
static Color[] |
Theme.WindowsVistaPalette |
static Color[] |
Theme.WindowsXPPalette |
Modifier and Type | Method and Description |
---|---|
static void |
ColorPalettes.applyPalette(IBaseChart custom,
Color[] palette) |
void |
DefaultTheme.changeWall(Wall chartWall,
Color aColor) |
void |
BlueSkyTheme.changeWall(Wall chartWall,
Color aColor) |
Modifier and Type | Method and Description |
---|---|
Color |
ColorBand.getColor()
SThe Band Color.
|
Color |
ScrollPager.getPointerHighlightColor() |
Modifier and Type | Method and Description |
---|---|
void |
ColorBand.setColor(Color value)
Sets Band Color.
|
void |
ScrollPager.setPointerHighlightColor(Color value) |
Constructor and Description |
---|
Marker(IBaseChart c,
java.lang.String text,
int fontsize,
AnnotationPosition pos,
StringAlignment align,
Color color1,
Color color2) |
Marker(java.lang.String text,
int fontsize,
AnnotationPosition pos,
StringAlignment align,
Color color1,
Color color2) |
Marker(java.lang.String text,
int fontsize,
int left,
int top,
StringAlignment align,
Color color1,
Color color2) |