com.stimulsoft.report.chart.core.marker
Class StiMarkerCoreXF

java.lang.Object
  extended by com.stimulsoft.report.chart.core.marker.StiMarkerCoreXF
All Implemented Interfaces:
java.lang.Cloneable

public class StiMarkerCoreXF
extends java.lang.Object
implements java.lang.Cloneable


Constructor Summary
StiMarkerCoreXF(IStiMarker marker)
           
 
Method Summary
 java.lang.Object clone()
           
 void Draw(StiContext context, IStiMarker marker, StiPoint position, float zoom, boolean showShadow, boolean isMouseOver, boolean isAnimation, java.lang.String toolTip, java.lang.Object tag, StiInteractionDataGeom interaction)
           
 void DrawLine(StiContext context, float x1, float y1, float x2, float y2, float scale, StiBrush brushMarker, StiPenGeom penMarker, StiMarkerType markerType, float markerStep, float markerSize, float angle)
           
 void DrawLines(StiContext context, StiPoint[] points, float scale, java.lang.Object brushMarker, StiPenGeom penMarker, StiMarkerType markerType, float markerStep, float markerSize, float angle)
           
 void DrawMarkers(StiContext context, StiPoint[] points, boolean showShadow)
           
 void DrawPoint(StiContext context, double x, double y, double scale, java.lang.Object brush, StiPenGeom pen, StiMarkerType markerType, double markerSize, double angle, boolean isMouseOver, boolean isAnimation, java.lang.String toolTip, java.lang.Object tag, StiInteractionDataGeom interaction)
           
 IStiMarker getMarker()
           
static StiRectangle GetMarkerRect(StiPoint position, float markerSize, float zoom)
           
 void setMarker(IStiMarker value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiMarkerCoreXF

public StiMarkerCoreXF(IStiMarker marker)
Method Detail

clone

public final java.lang.Object clone()
Overrides:
clone in class java.lang.Object

DrawMarkers

public final void DrawMarkers(StiContext context,
                              StiPoint[] points,
                              boolean showShadow)

GetMarkerRect

public static StiRectangle GetMarkerRect(StiPoint position,
                                         float markerSize,
                                         float zoom)

Draw

public final void Draw(StiContext context,
                       IStiMarker marker,
                       StiPoint position,
                       float zoom,
                       boolean showShadow,
                       boolean isMouseOver,
                       boolean isAnimation,
                       java.lang.String toolTip,
                       java.lang.Object tag,
                       StiInteractionDataGeom interaction)

DrawLine

public final void DrawLine(StiContext context,
                           float x1,
                           float y1,
                           float x2,
                           float y2,
                           float scale,
                           StiBrush brushMarker,
                           StiPenGeom penMarker,
                           StiMarkerType markerType,
                           float markerStep,
                           float markerSize,
                           float angle)

DrawLines

public final void DrawLines(StiContext context,
                            StiPoint[] points,
                            float scale,
                            java.lang.Object brushMarker,
                            StiPenGeom penMarker,
                            StiMarkerType markerType,
                            float markerStep,
                            float markerSize,
                            float angle)

DrawPoint

public final void DrawPoint(StiContext context,
                            double x,
                            double y,
                            double scale,
                            java.lang.Object brush,
                            StiPenGeom pen,
                            StiMarkerType markerType,
                            double markerSize,
                            double angle,
                            boolean isMouseOver,
                            boolean isAnimation,
                            java.lang.String toolTip,
                            java.lang.Object tag,
                            StiInteractionDataGeom interaction)

getMarker

public final IStiMarker getMarker()

setMarker

public final void setMarker(IStiMarker value)


Copyright © 2018 Stimulsoft. All Rights Reserved.