Uses of Enum Class
PamView.PamSymbolType
Packages that use PamSymbolType
-
Uses of PamSymbolType in PamView
Methods in PamView that return PamSymbolTypeModifier and TypeMethodDescriptionPamSymbol.getSymbol()
static PamSymbolType
PamSymbolBase.interpretTextCode
(String textCode) Convert a single character text code into a symbol type more or less following the Matlab symbol definitions.static PamSymbolType
Returns the enum constant of this class with the specified name.static PamSymbolType[]
PamSymbolType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in PamView with parameters of type PamSymbolTypeModifier and TypeMethodDescriptionstatic char
PamSymbolBase.getTextCode
(PamSymbolType symbol) Get a text code for a symbolvoid
PamSymbol.setSymbol
(PamSymbolType symbol) Constructors in PamView with parameters of type PamSymbolTypeModifierConstructorDescriptionPamSymbol
(PamSymbolType symbol, int width, int height, boolean fill, Color fillColor, Color lineColor) Creates a PamSymbol with a given shape, size, colour, etc. -
Uses of PamSymbolType in PamView.symbol
Fields in PamView.symbol declared as PamSymbolTypeMethods in PamView.symbol that return PamSymbolTypeMethods in PamView.symbol with parameters of type PamSymbolTypeModifier and TypeMethodDescriptionvoid
SymbolData.setSymbol
(PamSymbolType symbol) Set the symbol typeConstructors in PamView.symbol with parameters of type PamSymbolTypeModifierConstructorDescriptionSymbolData
(PamSymbolType symbol, float width, float height, boolean fill, Color fillColor, Color lineColor) Construct a standard symbol data object.SymbolData
(PamSymbolType symbol, float width, float height, float lineThickness, boolean fill, Color fillColor, Color lineColor) Construct a standard symbol data object. -
Uses of PamSymbolType in pamViewFX.fxNodes
Methods in pamViewFX.fxNodes that return PamSymbolTypeModifier and TypeMethodDescriptionPamSymbolFX.getSymbol()
Get the flag for the type of symbol the pamsymbol is set to draw.Methods in pamViewFX.fxNodes with parameters of type PamSymbolTypeModifier and TypeMethodDescriptionstatic 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
PamSymbolFX.setSymbol
(PamSymbolType symbol) Set the flag for the type of symbol the pamsymbol is set to drawConstructors in pamViewFX.fxNodes with parameters of type PamSymbolTypeModifierConstructorDescriptionPamSymbolFX
(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. -
Uses of PamSymbolType in pamViewFX.fxNodes.picker
Methods in pamViewFX.fxNodes.picker with parameters of type PamSymbolTypeModifier and TypeMethodDescriptionvoid
SymbolPicker.setSymbol
(PamSymbolType symbol) Set the symbol with a symbol type.void
SymbolPicker.setValue
(PamSymbolType symbol) Set the symbol with a symbol type.