Interface | Description |
---|---|
ActionGlyphPainter |
An interface for painting glyphs that correspond to actions.
|
ColorBlend |
An interface for defining methods that return a color for a given double value.
|
Class | Description |
---|---|
ArrowActionGlyph |
An instance of the
ActionGlyphPainter that will render arrows to the graphics context. |
LandmarkColorBlendInterpolation |
A
ColorBlend instance that takes as input a set of "landmark" Color objects and corresponding values between them. |
PolicyGlyphPainter2D |
An class for rendering the policy for states by painting different glyphs for different actions.
|
StateValuePainter2D |
A class for rendering the value of states as colored 2D cells on the canvas.
|
Enum | Description |
---|---|
PolicyGlyphPainter2D.PolicyGlyphRenderStyle |
MAXACTION paints only glphys for only those actions that have the highest likelihood
|