|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.TeeBase
com.steema.teechart.styles.Series
com.steema.teechart.styles.Custom3D
com.steema.teechart.styles.Custom3DPalette
com.steema.teechart.styles.Custom3DGrid
com.steema.teechart.styles.ColorGrid
public class ColorGrid
Title: ColorGrid class
Description: The ColorGrid series displays a grid of color cells.
Example:
series = new ColorGrid(myChart.getChart()); series.getPen().setColor(Color.WHITE); series.setUsePalette(true); series.setPaletteStyle(PaletteStyle.STRONG); eries.setUseColorRange(false);s series.fillSampleValues(20);
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.steema.teechart.styles.Custom3DGrid |
---|
Custom3DGrid.CellsRow, Custom3DGrid.PCellsRow, Custom3DGrid.YCalculator |
Nested classes/interfaces inherited from class com.steema.teechart.styles.Custom3DPalette |
---|
Custom3DPalette.ColorResolver |
Nested classes/interfaces inherited from class com.steema.teechart.styles.Series |
---|
Series.MarkTextResolver |
Field Summary |
---|
Fields inherited from class com.steema.teechart.styles.Custom3DGrid |
---|
FXStartIndex, FZStartIndex, gridIndex, iInGallery, iNextXCell, iNextZCell, iNumXValues, iNumZValues, valueIndex0, valueIndex1, valueIndex2, valueIndex3 |
Fields inherited from class com.steema.teechart.styles.Custom3DPalette |
---|
bUseColorRange, bUsePalette, iPaletteSteps, sameBrush |
Fields inherited from class com.steema.teechart.styles.Custom3D |
---|
vzValues |
Fields inherited from class com.steema.teechart.styles.Series |
---|
AUTODEPTH, AUTOZORDER, bActive, bBrush, bColorEach, calcVisiblePoints, colorMember, customMarkText, drawBetweenPoints, endZ, firstVisible, hasZValues, iColors, iNumSampleValues, iZOrder, labelMember, lastVisible, listenerList, mandatory, manualData, marks, middleZ, notMandatory, percentDecimal, percentFormat, sLabels, startZ, useAxis, useSeriesColor, valueFormat, vxValues, vyValues, yMandatory |
Fields inherited from class com.steema.teechart.TeeBase |
---|
chart, InternalUse |
Constructor Summary | |
---|---|
ColorGrid()
|
|
ColorGrid(IBaseChart c)
|
Method Summary | |
---|---|
double |
calcMinValue(double Value)
|
int |
calcXPos(int index)
The pixel Screen Horizontal coordinate of the ValueIndex Series value. |
int |
calcYPos(int index)
The pixel Screen Vertical coordinate of the ValueIndex Series value. |
int |
clicked(int X,
int Y)
Returns the ValueIndex of the "clicked" point in the Series. |
void |
createSubGallery(Gallery addSubChart)
|
protected void |
draw()
|
protected void |
drawMark(int valueIndex,
java.lang.String st,
SeriesMarksPosition aPosition)
|
void |
galleryChanged3D(boolean is3D)
|
boolean |
getCenteredPoints()
Controls how "X" and "Z" values will be considered. |
java.lang.String |
getDescription()
Gets descriptive text |
Image |
getImage()
Use this property to display a bitmap within a ColorGrid. |
double |
getMaxXValue()
The Maximum Value of the Series X Values List. |
double |
getMaxYValue()
The Maximum Value of the Series Y Values List. |
double |
getMaxZValue()
The Maximum Value of the Series Z Values List. |
double |
getMinXValue()
The Minimum Value of the Series X Values List. |
double |
getMinYValue()
The Minimum Value of the Series Y Values List. |
double |
getMinZValue()
The Minimum Value of the Series Z Values List. |
void |
setCenteredPoints(boolean value)
Controls how "X" and "Z" values will be considered. |
void |
setImage(Image bitmap)
|
void |
setSubGallery(int index)
Creates and prepares the index'th Series style to show at sub-gallery dialog. |
Methods inherited from class com.steema.teechart.styles.Custom3DGrid |
---|
addSampleValues, addValues, backFaced, canCreateValues, clear, createValues, doBeforeDrawChart, doGetYValue, existFourGridIndex, fillGridIndex, getIndex, getIrregularGrid, getNumXValues, getNumZValues, isValidSeriesSource, numSampleValues, reCreateValues, removeYCalculator, setIndex, setIrregularGrid, setNumXValues, setNumZValues, setYCalculator |
Methods inherited from class com.steema.teechart.styles.Custom3D |
---|
add, add, add, add, add, add, add, add, add, calcZOrder, calcZPos, getPoint, getTimesZOrder, getZValues, isValidSourceOf, prepareLegendCanvas, setTimesZOrder, valueListOfAxis |
Methods inherited from class com.steema.teechart.TeeBase |
---|
getChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.steema.teechart.styles.ISeries |
---|
getChart, invalidate |
Constructor Detail |
---|
public ColorGrid(IBaseChart c)
public ColorGrid()
Method Detail |
---|
public void createSubGallery(Gallery addSubChart)
createSubGallery
in class Custom3DPalette
public void setSubGallery(int index)
Series
setSubGallery
in interface ISeries
setSubGallery
in class Custom3DPalette
index
- intpublic java.lang.String getDescription()
getDescription
in class Series
public double calcMinValue(double Value)
public int calcYPos(int index)
Series
calcYPos
in class Series
index
- int
public int calcXPos(int index)
Series
calcXPos
in class Series
index
- int
public int clicked(int X, int Y)
Series
clicked
in interface ISeries
clicked
in class Series
X
- intY
- int
public boolean getCenteredPoints()
public void setCenteredPoints(boolean value)
value
- booleangetCenteredPoints()
public Image getImage()
public void setImage(Image bitmap)
protected void draw()
draw
in class Series
protected void drawMark(int valueIndex, java.lang.String st, SeriesMarksPosition aPosition)
drawMark
in class Custom3D
public void galleryChanged3D(boolean is3D)
galleryChanged3D
in class Custom3DPalette
public double getMinXValue()
Series
getMinXValue
in class Series
public double getMaxXValue()
getMaxXValue
in class Series
public double getMaxYValue()
getMaxYValue
in class Series
public double getMinYValue()
getMinYValue
in class Series
public double getMaxZValue()
getMaxZValue
in interface ISeries
getMaxZValue
in class Custom3D
public double getMinZValue()
getMinZValue
in interface ISeries
getMinZValue
in class Custom3D
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |