|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.chart3D.series.AbstractVector3DStrategy<Projector>
lt.monarch.chart.chart3D.series.Vector3DStrategy
public class Vector3DStrategy extends AbstractVector3DStrategy<Projector>
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class lt.monarch.chart.chart3D.series.AbstractVector3DStrategy |
|---|
baseValue, dirty, isConnected, mapper, metaModel, minMaxValues, model, paintMode, planePoint, projector, showNullValues, style, tempPoint, xMapper, yMapper, zMapper, zoomMultiplier |
| Constructor and Description |
|---|
Vector3DStrategy()
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes the object |
void |
draw(AbstractGraphics g,
Projector projector,
PlaneMapper3D mapper,
HotSpotMap hotMap,
boolean showNullValues,
Style style,
java.lang.Object baseValue,
Vector3DSeries series)
Draws the series in the chart area. |
void |
drawPrimitive(AbstractGraphics g,
int index,
Projector3D projector,
HotSpotMap hotMap,
boolean showNullValues,
java.lang.Object baseValue,
Vector3DSeries series,
Pole3D pole,
Cone3D cone)
|
protected void |
fixStyles()
|
double |
getConeLength()
Return height of vector cone |
double |
getConeRadius()
Return radius of vector cone |
int |
getPointCount()
Return point count of vector segment |
double |
getPoleRadius()
Return radius of vector pole |
boolean |
isFillConeBottom()
Return true, if bottom of cone is fill, otherwise return false |
void |
setConeLength(double coneLength)
Set length of vector cone |
void |
setConeRadius(double coneRadius)
Set radius of vector cone |
void |
setFillConeBottom(boolean isFillConeBottom)
Set true, if bottom of cone is fill, otherwise - false |
void |
setPointCount(int pointCount)
Set point count of vector segment |
void |
setPoleRadius(double poleRadius)
Set radius of vector pole |
| Methods inherited from class lt.monarch.chart.chart3D.series.AbstractVector3DStrategy |
|---|
finalize, getMinMaxValues, projectPoint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Vector3DStrategy()
| Method Detail |
|---|
public void draw(AbstractGraphics g,
Projector projector,
PlaneMapper3D mapper,
HotSpotMap hotMap,
boolean showNullValues,
Style style,
java.lang.Object baseValue,
Vector3DSeries series)
AbstractVector3DStrategy
draw in class AbstractVector3DStrategy<Projector>g - graphics contextprojector - projector instancemapper - plane mapperhotMap - hot spot mapshowNullValues - boolean value indicating whether to show the null valuesstyle - style objectbaseValue - base valueseries - scatter series instance
public void drawPrimitive(AbstractGraphics g,
int index,
Projector3D projector,
HotSpotMap hotMap,
boolean showNullValues,
java.lang.Object baseValue,
Vector3DSeries series,
Pole3D pole,
Cone3D cone)
public void dispose()
AbstractVector3DStrategy
dispose in class AbstractVector3DStrategy<Projector>protected void fixStyles()
public double getPoleRadius()
public void setPoleRadius(double poleRadius)
poleRadius - the poleRadius to setpublic double getConeLength()
public void setConeLength(double coneLength)
coneLength - the length to set [0.0;1.0]public double getConeRadius()
public void setConeRadius(double coneRadius)
coneRadius - the coneRadius to setpublic boolean isFillConeBottom()
public void setFillConeBottom(boolean isFillConeBottom)
isFillConeBottom - the isFillConeBottom to setpublic int getPointCount()
public void setPointCount(int pointCount)
pointCount - the pointCount to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||