-
Convert a single character text code into
a symbol type more or less following the Matlab symbol
definitions.
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
static char
Get a text code for a symbol
void
Creates a PamSymbol with a given shape, size, colour, etc.
-
Construct a standard symbol data object.
Construct a standard symbol data object.
-
Get the flag for the type of symbol the pamsymbol is set to draw.
static javafx.scene.canvas.Canvas
PamSymbolFX.createCanvas(PamSymbolType symbol,
javafx.scene.paint.Color symbolStroke,
javafx.scene.paint.Color symbolFill,
double h,
double w)
Create a canvas with a transparent background showing the symbol set by the symbol flag.
static javafx.scene.shape.Rectangle
PamSymbolFX.draw(PamSymbolType symbol,
javafx.scene.canvas.GraphicsContext g2d,
javafx.geometry.Point2D pt,
double w,
double h,
boolean fill,
float lineThickness,
javafx.scene.paint.Color fillColor,
javafx.scene.paint.Color lineColor)
void
Set the flag for the type of symbol the pamsymbol is set to draw
PamSymbolFX(PamSymbolType symbol,
int width,
int height,
boolean fill,
javafx.scene.paint.Color fillColor,
javafx.scene.paint.Color lineColor)
Creates a PamSymbolFX with a given shape, size, colour, etc.
-
void
Set the symbol with a symbol type.
void
Set the symbol with a symbol type.