|
||||||||||
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.Map
com.steema.teechart.styles.World
public class World
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.steema.teechart.styles.Map |
---|
Map.CompareOrder, Map.SwapPolygon |
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.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 | |
---|---|
World()
|
|
World(IBaseChart c)
|
|
World(IBaseChart c,
java.lang.String loadMaps)
|
|
World(WorldMapType initArg)
|
Method Summary | |
---|---|
protected void |
addSampleValues(int numValues)
|
void |
assign(Series source)
Copies all properties from one Series component to another. |
protected void |
draw()
|
void |
fillSampleValues(int numValues)
Adds the specified NumValues random points. |
void |
galleryChanged3D(boolean Is3D)
|
boolean |
getInGallery()
|
WorldMapType |
getMap()
|
Shape |
getShadow()
|
java.lang.String[] |
inputStreamAsString(java.io.InputStream stream)
|
void |
loadMapFromResource(Map Series,
java.lang.String ShpName)
|
void |
prepareForGallery(boolean IsEnabled)
|
void |
setChart(IBaseChart c)
Chart associated with this object. |
void |
setInGallery(boolean value)
|
void |
setMap(WorldMapType value)
|
void |
setShadow(Shape value)
|
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.Map |
---|
addShape, calcHorizMargins, calcVerticalMargins, clear, clicked, createSubGallery, delete, delete, dispose, drawMark, drawValue, getDescription, getMaxXValue, getMaxYValue, getMinXValue, getMinYValue, getPolygon, getShapes, getTransparency, numSampleValues, setShapes, setTransparency, swapValueIndex |
Methods inherited from class com.steema.teechart.styles.Custom3D |
---|
add, add, add, add, add, add, add, add, add, calcZOrder, calcZPos, getMaxZValue, getMinZValue, 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 World(WorldMapType initArg)
public World()
public World(IBaseChart c)
public World(IBaseChart c, java.lang.String loadMaps)
Method Detail |
---|
public java.lang.String[] inputStreamAsString(java.io.InputStream stream) throws java.io.IOException
java.io.IOException
public void assign(Series source)
Series
assign
in class Series
source
- Seriespublic void galleryChanged3D(boolean Is3D)
galleryChanged3D
in class Map
public void setSubGallery(int index)
Series
setSubGallery
in interface ISeries
setSubGallery
in class Map
index
- intpublic void prepareForGallery(boolean IsEnabled)
prepareForGallery
in class Map
public void setChart(IBaseChart c)
TeeBase
setChart
in interface ISeries
setChart
in class Custom3DPalette
c
- IBaseChartprotected void addSampleValues(int numValues)
addSampleValues
in class Map
protected void draw()
draw
in class Map
public void fillSampleValues(int numValues)
Series
fillSampleValues
in class Series
numValues
- int the number of sample values to add.public void loadMapFromResource(Map Series, java.lang.String ShpName) throws java.io.FileNotFoundException, java.io.IOException, java.lang.ClassNotFoundException, java.lang.Exception
java.io.FileNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
java.lang.Exception
public WorldMapType getMap()
public void setMap(WorldMapType value) throws java.io.FileNotFoundException, java.io.IOException, java.lang.ClassNotFoundException, java.lang.Exception
java.io.FileNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
java.lang.Exception
public Shape getShadow()
public void setShadow(Shape value)
public boolean getInGallery()
public void setInGallery(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |