DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting
Class Marker

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.Marker

public class Marker
extends java.lang.Object

Represents a Marker class.

Licensing:
This is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:


Method Summary
static Marker getAsterisk(float size)
          Gets the instance of the marker of type Asterisk.
 Color getBorderColor()
          Gets the borderColor of the marker.
static Marker getCircle(float size)
          Gets the instance of the marker of type Circle.
static Marker getCross(float size)
          Gets the instance of the marker of type Cross.
static Marker getDash(float size)
          Gets the instance of the marker of type Dash.
static Marker getDiamond(float size)
          Gets the instance of the marker of type Diamond.
static Marker getPlus(float size)
          Gets the instance of the marker of type Plus.
static Marker getSquare(float size)
          Gets the instance of the marker of type Square.
static Marker getTriangle(float size)
          Gets the instance of the marker of type Triangle.
 void setBorderColor(Color color)
          Sets the borderColor of the marker.
 void setSize(float size)
          Sets the size of the marker.
 float size()
          Gets the size of the marker.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCircle

public static Marker getCircle(float size)
Gets the instance of the marker of type Circle.

Parameters:
size - The size of the marker
Returns:
the marker circle type.

getSquare

public static Marker getSquare(float size)
Gets the instance of the marker of type Square.

Parameters:
size - The size of the marker
Returns:
the marker square type.

getTriangle

public static Marker getTriangle(float size)
Gets the instance of the marker of type Triangle.

Parameters:
size - The size of the marker
Returns:
the marker triangle type.

getDiamond

public static Marker getDiamond(float size)
Gets the instance of the marker of type Diamond.

Parameters:
size - The size of the marker.
Returns:
The size of the marker.

getCross

public static Marker getCross(float size)
Gets the instance of the marker of type Cross.

Parameters:
size - The size of the marker
Returns:
the marker cross type.

getPlus

public static Marker getPlus(float size)
Gets the instance of the marker of type Plus.

Parameters:
size - The size of the marker
Returns:
the marker plus type.

getDash

public static Marker getDash(float size)
Gets the instance of the marker of type Dash.

Parameters:
size - The size of the marker
Returns:
the marker dash type.

getAsterisk

public static Marker getAsterisk(float size)
Gets the instance of the marker of type Asterisk.

Parameters:
size - The size of the marker
Returns:
the marker asterisk type.

setBorderColor

public void setBorderColor(Color color)
Sets the borderColor of the marker.

Parameters:
color - The borderColor of the marker.
See Also:
Color

getBorderColor

public Color getBorderColor()
Gets the borderColor of the marker.

Returns:
Color The borderColor of the marker.

setSize

public void setSize(float size)
Sets the size of the marker.

Parameters:
size - The size of the marker.

size

public float size()
Gets the size of the marker.

Returns:
float The size of the marker.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software