|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.chart2D.series.AbstractVectorStrategy<ChartProjector>
lt.monarch.chart.chart2D.series.VectorStrategy<ChartProjector>
public class VectorStrategy<ChartProjector extends Projector> extends AbstractVectorStrategy<ChartProjector>
| Modifier and Type | Field and Description |
|---|---|
protected Point2D |
linePt1
|
protected Point2D |
linePt2
|
protected Point2D |
np
|
| Fields inherited from class lt.monarch.chart.chart2D.series.AbstractVectorStrategy |
|---|
baseValue, dirty, mapper, metaModel, minMaxValues, model, projector, style, xMapper, yMapper, zoomMultiplier |
| Constructor and Description |
|---|
VectorStrategy()
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes the object |
void |
draw(AbstractGraphics g,
ChartProjector projector,
PlaneMapper mapper,
HotSpotMap hotMap,
Style style,
java.lang.Object baseValue,
VectorSeries series)
Draws the series in the chart area. |
double |
getArrowAngle()
Return angle of the arrow head |
double |
getInnerArrowHeadPosition()
Return inner position of the arrow head |
void |
setArrowAngle(double arrowAngle)
Sets the angle of the arrow head. |
void |
setInnerArrowHeadPosition(double innerArrowHeadPosition)
Sets the inner position of the arrow head. |
| Methods inherited from class lt.monarch.chart.chart2D.series.AbstractVectorStrategy |
|---|
finalize, getMinMaxValues, getModel, projectPoint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Point2D linePt1
protected Point2D linePt2
protected Point2D np
| Constructor Detail |
|---|
public VectorStrategy()
| Method Detail |
|---|
public void draw(AbstractGraphics g,
ChartProjector projector,
PlaneMapper mapper,
HotSpotMap hotMap,
Style style,
java.lang.Object baseValue,
VectorSeries series)
AbstractVectorStrategy
draw in class AbstractVectorStrategy<ChartProjector extends Projector>g - graphics contextprojector - projector instancemapper - plane mapperhotMap - hot spot mapstyle - style objectbaseValue - base valueseries - scatter series instancepublic void setArrowAngle(double arrowAngle)
arrowAngle - Arrow head anglepublic double getArrowAngle()
public void setInnerArrowHeadPosition(double innerArrowHeadPosition)
innerArrowHeadPosition - The innerArrowHeadPosition to set.public double getInnerArrowHeadPosition()
public void dispose()
AbstractVectorStrategy
dispose in class AbstractVectorStrategy<ChartProjector extends Projector>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||