Index

A C D F G I M O P R S T W _ 
All Classes and Interfaces|All Packages

A

AbstractFxGridViewportPane<B extends AbstractFxGridViewportPane<B>> - Class in org.refcodes.graphical.ext.javafx
The AbstractFxGridViewportPane is an abstract implementation of the GridViewportPane interface.
AbstractFxGridViewportPane() - Constructor for class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
 
addBlankArea(int, int, int, int) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
addBlankArea(Rectangle) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
addCeaseImage(Image) - Method in class org.refcodes.graphical.ext.javafx.FxFlipBookBuilder
addMainLoopImage(Image) - Method in class org.refcodes.graphical.ext.javafx.FxFlipBookBuilder
addStartUpImage(Image) - Method in class org.refcodes.graphical.ext.javafx.FxFlipBookBuilder

C

cease() - Method in class org.refcodes.graphical.ext.javafx.FxFlipBookBuilder
clear() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
clearBlankAreas() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
createInstance(Raster) - Method in class org.refcodes.graphical.ext.javafx.FxRasterFactory
createInstance(Raster, Map<String, String>) - Method in class org.refcodes.graphical.ext.javafx.FxRasterFactory

D

destroy() - Method in class org.refcodes.graphical.ext.javafx.FxFlipBookBuilder
dispose() - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler

F

FxFlipBookBuilder - Class in org.refcodes.graphical.ext.javafx
The class FxFlipBookBuilder FxFlipBookBuilder.AnimationDaemon implements animated image nodes similar to an animated GIF.
FxFlipBookBuilder() - Constructor for class org.refcodes.graphical.ext.javafx.FxFlipBookBuilder
Instantiates a new fx flip book builder impl.
FxGraphicalUtility - Class in org.refcodes.graphical.ext.javafx
The Class FxGraphicalUtility.
FxGridDragSpriteEventHandler - Class in org.refcodes.graphical.ext.javafx
The FxGridDragSpriteEventHandler manages dragging a Node inside a (virtual) grid represented by a Pane aligning that Node according to the grid's field settings.
FxGridDragSpriteEventHandler(Node, Pane) - Constructor for class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
Constructs the FxGridDragSpriteEventHandler with the according arguments.
FxGridDragSpriteEventHandler(Node, Pane, int, int, int, int, int) - Constructor for class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
Constructs the FxGridDragSpriteEventHandler with the according arguments.
FxGridDragSpriteEventHandler(Node, Pane, int, int, int, int, int, BiConsumer<Integer, Integer>) - Constructor for class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
Constructs the FxGridDragSpriteEventHandler with the according arguments.
FxGridDragSpriteEventHandler(Node, Pane, Offset, FieldDimension) - Constructor for class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
Constructs the FxGridDragSpriteEventHandler with the according arguments.
FxGridDragSpriteEventHandler(Node, Pane, Offset, FieldDimension, BiConsumer<Integer, Integer>) - Constructor for class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
Constructs the FxGridDragSpriteEventHandler with the according arguments.
FxGridViewportPane - Class in org.refcodes.graphical.ext.javafx
The FxGridViewportPane is a ready to use implementation of the GridViewportPane interface extending the AbstractFxGridViewportPane class.
FxGridViewportPane() - Constructor for class org.refcodes.graphical.ext.javafx.FxGridViewportPane
 
FxLabelDecorator - Class in org.refcodes.graphical.ext.javafx
Implementation of the FxLabelDecorator interface.
FxLabelDecorator(Object, String, double, Image) - Constructor for class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Constructs a FxLabelDecorator with the required minimum attributes.
FxLabelDecorator(String, String, double, Image) - Constructor for class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Constructs a FxLabelDecorator with the required minimum attributes.
FxLabelDecorator(String, String, double, Node) - Constructor for class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Constructs a FxLabelDecorator with the required minimum attributes.
FxPixGridBannerPanel - Class in org.refcodes.graphical.ext.javafx
 
FxPixGridBannerPanel(int, int, Color, int, int, PixelShape, float, Color, Color, int, int, int, int, int, float, boolean, int, float, boolean) - Constructor for class org.refcodes.graphical.ext.javafx.FxPixGridBannerPanel
FxPixGridBannerPanel(int, int, String, int, int, PixelShape, float, String, String, int, int, int, int, int, float, boolean, int, float, boolean) - Constructor for class org.refcodes.graphical.ext.javafx.FxPixGridBannerPanel
FxPixGridBannerPanel(int, int, Color, int, int, PixelShape, float, Color, Color, int, int, int, int, int, float, boolean, int, float, boolean) - Constructor for class org.refcodes.graphical.ext.javafx.FxPixGridBannerPanel
FxPixGridMatrixPane - Class in org.refcodes.graphical.ext.javafx
The FxPixGridMatrixPane uses a Pane to project a PixGridPane in a JvaFx application.
FxPixGridMatrixPane(int, int, Color, int, int, PixelShape, float, Color, Color, int, int, int, int, int, float, boolean, int, float, boolean) - Constructor for class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
Instantiates a new FxPixGridMatrixPane.
FxPixGridMatrixPane(int, int, String, int, int, PixelShape, float, String, String, int, int, int, int, int, float, boolean, int, float, boolean) - Constructor for class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
Instantiates a new FxPixGridMatrixPane.
FxPixGridMatrixPane(int, int, Color, int, int, PixelShape, float, Color, Color, int, int, int, int, int, float, boolean, int, float, boolean) - Constructor for class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
Instantiates a new FxPixGridMatrixPane.
FxRasterFactory - Class in org.refcodes.graphical.ext.javafx
A factory for creating FxRaster objects.
FxRasterFactory() - Constructor for class org.refcodes.graphical.ext.javafx.FxRasterFactory
 

G

getBottomBorder() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
getBottomTextMarginFactor() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Returns the bottom margin factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text box from the cell.
getBottomTextPaddingFactor() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Returns the bottom padding factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text from the text box.
getColorAt(int, int) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
Gets the Color at the given position.
getContent() - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
 
getContent() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Returns the node of the cell.
getDragOpacity() - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
getDragOpacity() - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
getDragSpriteDurationMillis() - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
Gets the move sprite duration in milliseconds.
getDragViewportDurationMillis() - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
Gets the drag viewport duration in milliseconds.
getEvenFieldColor() - Method in class org.refcodes.graphical.ext.javafx.FxRasterFactory
 
getFieldGap() - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
getFieldGap() - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
getFieldGapColor() - Method in class org.refcodes.graphical.ext.javafx.FxRasterFactory
 
getFieldHeight() - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
getFieldHeight() - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
getFieldWidth() - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
getFieldWidth() - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
getFontName() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
getGridMode() - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
getHorizAlignTextMode() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
getHorizontalSpace() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
getImage() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Returns the image of the cell.
getImageDurationInMs() - Method in class org.refcodes.graphical.ext.javafx.FxFlipBookBuilder
getInactivePixelColor() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
getLeftBorder() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
getLeftTextMarginFactor() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Returns the left margin factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text box from the cell.
getLeftTextPaddingFactor() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Returns the left padding factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text from the text box.
getMatrixDrawingHeight(boolean, boolean, boolean) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
getMatrixDrawingWidth(boolean, boolean, boolean) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
getMatrixHeight() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
getMatrixSize() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
getMatrixWidth() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
getMoveMode() - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
getMoveMode() - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
getMoveViewportDurationMillis() - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
Gets the move viewport duration in milliseconds.
getOddFieldColor() - Method in class org.refcodes.graphical.ext.javafx.FxRasterFactory
 
getOffsetX() - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
getOffsetY() - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
getPixelAt(int, int) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
getPixelHeight() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
getPixelShape() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
getPixelWidth() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
getPixmapOffsetX() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
getPixmapOffsetY() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
getPixmapSnapshot() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
getRgbPixmap() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
getRightBorder() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
getRightTextMarginFactor() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Returns the right margin factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text box from the cell.
getRightTextPaddingFactor() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Returns the right padding factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text from the text box.
getSprite() - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
getStartUpDelayInMs() - Method in class org.refcodes.graphical.ext.javafx.FxFlipBookBuilder
getText() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
getTextBackground() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Returns the background of the text.
getTextBorderArcFactor() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Returns the arc of the text border relative to the arc of the cell (as of FxLabelDecorator.getTextLayoutMode()).
getTextBorderColor() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Returns the color of the text border.
getTextBorderSizeFactor() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Returns the size of the text border relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()).
getTextColor() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Returns the color of the text.
getTextLayoutMode() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Returns the LayoutMode for the text metrics.
getTextSizeFactor() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Returns the size of the text relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()).
getTopBorder() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
getTopTextMarginFactor() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Returns the top margin factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text box from the cell.
getTopTextPaddingFactor() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Returns the top padding factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text from the text box.
getVertAlignTextMode() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
getVerticalSpace() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
getViewportHeight() - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
getViewportOffsetX() - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
getViewportOffsetY() - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
getViewportWidth() - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane

I

initialize() - Method in class org.refcodes.graphical.ext.javafx.FxFlipBookBuilder
isHorizontalWrapEnabled() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
isVerticalWrapEnabled() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane

M

moveEast(int, int, int) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridBannerPanel
moveNorth(int, int, int) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridBannerPanel
moveNorthEast(int, int, int) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridBannerPanel
moveNorthWest(int, int, int) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridBannerPanel
moveSouth(int, int, int) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridBannerPanel
moveSouthEast(int, int, int) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridBannerPanel
moveSouthWest(int, int, int) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridBannerPanel
moveWest(int, int, int) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridBannerPanel

O

org.refcodes.graphical.ext.javafx - module org.refcodes.graphical.ext.javafx
 
org.refcodes.graphical.ext.javafx - package org.refcodes.graphical.ext.javafx
 

P

paintPixelAt(RgbPixmap.RgbPixmapBuilder, int, int, int, int, Color) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridBannerPanel
 
pause() - Method in class org.refcodes.graphical.ext.javafx.FxFlipBookBuilder

R

redraw() - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Recalculates the metrics of the elements of this node.
removeBlankArea(Rectangle) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
repaint() - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
resume() - Method in class org.refcodes.graphical.ext.javafx.FxFlipBookBuilder
rndFadeToPixmap(RgbPixmap.RgbPixmapBuilder, int, int, float, int) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridBannerPanel

S

setBottomTextMarginFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the bottom margin factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text box from the cell.
setBottomTextPaddingFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the bottom padding factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text from the text box.
setColorAt(Color, int, int) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
Paints the Color at the given position.
setContent(Node) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the node of the cell.
setDragOpacity(double) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
setDragOpacity(double) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
setDragSpriteDurationMillis(int) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
Sets the drag sprite duration in milliseconds.
setDragViewportDurationMillis(int) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
Sets the drag viewport duration in milliseconds.
setEvenFieldColor(Color) - Method in class org.refcodes.graphical.ext.javafx.FxRasterFactory
 
setFieldDimension(int, int) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
setFieldDimension(int, int) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
setFieldDimension(int, int, int) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
setFieldDimension(int, int, int) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
setFieldDimension(Dimension) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
setFieldDimension(Dimension) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
setFieldDimension(FieldDimension) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
setFieldDimension(FieldDimension) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
setFieldGap(int) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
setFieldGap(int) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
setFieldGapColor(Color) - Method in class org.refcodes.graphical.ext.javafx.FxRasterFactory
 
setFieldHeight(int) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
setFieldHeight(int) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
setFieldWidth(int) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
setFieldWidth(int) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
setFontName(String) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
setGridMode(GridMode) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
setHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
setHorizTextMarginFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the horizontal margin factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text box from the cell.
setHorizTextPaddingFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the horizontal padding factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text from the text box.
setImage(Image) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the image of the cell.
setImageDurationInMs(int) - Method in class org.refcodes.graphical.ext.javafx.FxFlipBookBuilder
setLeftTextMarginFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the left margin factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text box from the cell.
setLeftTextPaddingFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the left padding factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text from the text box.
setMoveMode(MoveMode) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
setMoveMode(MoveMode) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
setMoveViewportDurationMillis(int) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
Sets the move viewport duration in milliseconds.
setOddFieldColor(Color) - Method in class org.refcodes.graphical.ext.javafx.FxRasterFactory
 
setOffset(int, int) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
setOffset(Offset) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
setOffset(Position) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
setOffsetX(int) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
setOffsetY(int) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
setPixelAtAt(RgbPixel, int, int) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
setPixmapOffset(int, int) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
setRightTextMarginFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the right margin factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text box from the cell.
setRightTextPaddingFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the right padding factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text from the text box.
setRoot(Node) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
 
setStartUpDelayInMs(int) - Method in class org.refcodes.graphical.ext.javafx.FxFlipBookBuilder
setText(String) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
setTextBackground(Paint) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the background of the text.
setTextBorderArcFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the arc of the text border relative to the arc of the cell (as of FxLabelDecorator.getTextLayoutMode()).
setTextBorderColor(Paint) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the color of the text border.
setTextBorderSizeFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the size of the text border relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()).
setTextColor(Paint) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the color of the text.
setTextLayoutMode(LayoutMode) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the LayoutMode for the text metrics.
setTextMarginFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the margin factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text box from the cell.
setTextPaddingFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the padding factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text from the text box.
setTextSizeFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the size of the text relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()).
setTopTextMarginFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the top margin factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text box from the cell.
setTopTextPaddingFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the top padding factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text from the text box.
setVertAlignTextMode(VertAlignTextMode) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
setVertTextMarginFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the vertical margin factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text box from the cell.
setVertTextPaddingFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the vertical padding factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text from the text box.
setViewportDimension(int, int) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
setViewportDimension(Dimension) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
setViewportDimension(ViewportDimension) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
setViewportHeight(int) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
setViewportOffset(int, int) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
setViewportOffset(Offset) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
setViewportOffset(Position) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
setViewportOffset(ViewportOffset) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
setViewportOffsetX(int) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
setViewportOffsetY(int) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
setViewportWidth(int) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
start() - Method in class org.refcodes.graphical.ext.javafx.FxFlipBookBuilder
stepFadeToPixmap(RgbPixmap.RgbPixmapBuilder, int, int, int, int) - Method in class org.refcodes.graphical.ext.javafx.FxPixGridBannerPanel
stop() - Method in class org.refcodes.graphical.ext.javafx.FxFlipBookBuilder

T

toFont(String, String, double, LayoutMode) - Static method in class org.refcodes.graphical.ext.javafx.FxGraphicalUtility
Calculates the size for the given Font in order to fit in the given length (width or height) and returns an accordingly calculated Font with the same Font.getName().
toFontHeight(String, String, double) - Static method in class org.refcodes.graphical.ext.javafx.FxGraphicalUtility
Calculates the size for the given Font in order to fit in the given height and returns an accordingly calculated Font with the same Font.getName().
toFontSize(String, String, double, LayoutMode) - Static method in class org.refcodes.graphical.ext.javafx.FxGraphicalUtility
Calculates the size for the given Font in order to fit in the given length (width or height).
toFontSizeHeight(String, String, double) - Static method in class org.refcodes.graphical.ext.javafx.FxGraphicalUtility
Calculates the size for the given Font in order to fit in the given height.
toFontSizeWidth(String, String, double) - Static method in class org.refcodes.graphical.ext.javafx.FxGraphicalUtility
Calculates the size for the given Font in order to fit in the given width.
toFontWidth(String, String, double) - Static method in class org.refcodes.graphical.ext.javafx.FxGraphicalUtility
Calculates the size for the given Font in order to fit in the given width and returns an accordingly calculated Font with the same Font.getName().
toFxColor(Color) - Static method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
 
toFxColor(String) - Static method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
 
toFxColor(RgbPixel) - Static method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
 
toImage(InputStream) - Static method in class org.refcodes.graphical.ext.javafx.FxGraphicalUtility
To image.
toImages(InputStream...) - Static method in class org.refcodes.graphical.ext.javafx.FxGraphicalUtility
To images.
toPos(HorizAlignTextMode, VertAlignTextMode) - Static method in class org.refcodes.graphical.ext.javafx.FxGraphicalUtility
Converts them text align modes to a Pos element.
toRgbPixel(Color) - Static method in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
 

W

withBottomTextMarginFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the bottom margin factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text box from the cell.
withBottomTextPaddingFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the bottom padding factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text from the text box.
withContent(Node) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the node of the cell.
withDragOpacity(double) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
withDragOpacity(double) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane
withDragSpriteDurationMillis(int) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
With drag sprite duration in milliseconds.
withDragViewportDurationMillis(int) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
With drag viewport duration in milliseconds.
withEvenFieldColor(Color) - Method in class org.refcodes.graphical.ext.javafx.FxRasterFactory
 
withFieldDimension(int, int) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
withFieldDimension(int, int) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane
withFieldDimension(int, int, int) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
withFieldDimension(int, int, int) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane
withFieldDimension(Dimension) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
withFieldDimension(Dimension) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane
withFieldDimension(FieldDimension) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
withFieldDimension(FieldDimension) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane
withFieldGap(int) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
withFieldGap(int) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane
withFieldGapColor(Color) - Method in class org.refcodes.graphical.ext.javafx.FxRasterFactory
 
withFieldHeight(int) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
withFieldHeight(int) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane
withFieldWidth(int) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
withFieldWidth(int) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane
withFontName(String) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
withGridMode(GridMode) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane
withHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
withHorizTextMarginFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the horizontal margin factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text box from the cell.
withHorizTextPaddingFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the horizontal padding factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text from the text box.
withImage(Image) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the image of the cell.
withImageDurationInMs(int) - Method in class org.refcodes.graphical.ext.javafx.FxFlipBookBuilder
withLeftTextMarginFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the left margin factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text box from the cell.
withLeftTextPaddingFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the left padding factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text from the text box.
withMoveMode(MoveMode) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
withMoveMode(MoveMode) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane
withMoveViewportDurationMillis(int) - Method in class org.refcodes.graphical.ext.javafx.AbstractFxGridViewportPane
With move viewport duration in milliseconds.
withOddFieldColor(Color) - Method in class org.refcodes.graphical.ext.javafx.FxRasterFactory
 
withOffset(int, int) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
withOffset(Offset) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
withOffset(Position) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
withOffsetX(int) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
withOffsetY(int) - Method in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
withRightTextMarginFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the right margin factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text box from the cell.
withRightTextPaddingFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the right padding factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text from the text box.
withStartUpDelayInMs(int) - Method in class org.refcodes.graphical.ext.javafx.FxFlipBookBuilder
withText(String) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
withTextBackground(Paint) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the background of the text.
withTextBorderArcFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the arc of the text border relative to the arc of the cell (as of FxLabelDecorator.getTextLayoutMode()).
withTextBorderColor(Paint) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the color of the text border.
withTextBorderSizeFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the size of the text border relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()).
withTextColor(Paint) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the color of the text.
withTextLayoutMode(LayoutMode) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the LayoutMode for the text metrics.
withTextMarginFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the margin factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text box from the cell.
withTextPaddingFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the padding factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text from the text box.
withTextSizeFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the size of the text relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()).
withTopTextMarginFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the top margin factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text box from the cell.
withTopTextPaddingFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the top padding factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text from the text box.
withVertAlignTextMode(VertAlignTextMode) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
withVertTextMarginFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the vertical margin factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text box from the cell.
withVertTextPaddingFactor(double) - Method in class org.refcodes.graphical.ext.javafx.FxLabelDecorator
Sets the vertical padding factor relative to the size of the cell (as of FxLabelDecorator.getTextLayoutMode()) of the text from the text box.
withViewportDimension(int, int) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane
withViewportDimension(Dimension) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane
withViewportDimension(ViewportDimension) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane
withViewportHeight(int) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane
withViewportOffset(int, int) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane
withViewportOffset(Offset) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane
withViewportOffset(Position) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane
withViewportOffset(ViewportOffset) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane
withViewportOffsetX(int) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane
withViewportOffsetY(int) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane
withViewportWidth(int) - Method in class org.refcodes.graphical.ext.javafx.FxGridViewportPane

_

_inactivePixelColor - Variable in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
 
_posX - Variable in class org.refcodes.graphical.ext.javafx.FxGridDragSpriteEventHandler
 
_rgbPixmapBuilder - Variable in class org.refcodes.graphical.ext.javafx.FxPixGridMatrixPane
 
A C D F G I M O P R S T W _ 
All Classes and Interfaces|All Packages