Uses of Class
org.refcodes.graphical.ext.javafx.FxLabelDecorator
-
Uses of FxLabelDecorator in org.refcodes.graphical.ext.javafx
Methods in org.refcodes.graphical.ext.javafx that return FxLabelDecoratorModifier and TypeMethodDescriptionFxLabelDecorator.withBottomTextMarginFactor(double aTextMarginFactor) Sets the bottom margin factor relative to the size of the cell (as ofgetTextLayoutMode()) of the text box from the cell.FxLabelDecorator.withBottomTextPaddingFactor(double aTextPaddingFactor) Sets the bottom padding factor relative to the size of the cell (as ofgetTextLayoutMode()) of the text from the text box.FxLabelDecorator.withContent(javafx.scene.Node aContent) Sets the node of the cell.FxLabelDecorator.withFontName(String aFontName) FxLabelDecorator.withHorizAlignTextMode(org.refcodes.textual.HorizAlignTextMode aHorizAlignTextMode) FxLabelDecorator.withHorizTextMarginFactor(double aTextMarginFactor) Sets the horizontal margin factor relative to the size of the cell (as ofgetTextLayoutMode()) of the text box from the cell.FxLabelDecorator.withHorizTextPaddingFactor(double aTextPaddingFactor) Sets the horizontal padding factor relative to the size of the cell (as ofgetTextLayoutMode()) of the text from the text box.FxLabelDecorator.withImage(javafx.scene.image.Image aImage) Sets the image of the cell.FxLabelDecorator.withLeftTextMarginFactor(double aTextMarginFactor) Sets the left margin factor relative to the size of the cell (as ofgetTextLayoutMode()) of the text box from the cell.FxLabelDecorator.withLeftTextPaddingFactor(double aTextPaddingFactor) Sets the left padding factor relative to the size of the cell (as ofgetTextLayoutMode()) of the text from the text box.FxLabelDecorator.withRightTextMarginFactor(double aTextMarginFactor) Sets the right margin factor relative to the size of the cell (as ofgetTextLayoutMode()) of the text box from the cell.FxLabelDecorator.withRightTextPaddingFactor(double aTextPaddingFactor) Sets the right padding factor relative to the size of the cell (as ofgetTextLayoutMode()) of the text from the text box.FxLabelDecorator.withTextBackground(javafx.scene.paint.Paint aTextBackground) Sets the background of the text.FxLabelDecorator.withTextBorderArcFactor(double aTextBorderArcFactor) Sets the arc of the text border relative to the arc of the cell (as ofgetTextLayoutMode()).FxLabelDecorator.withTextBorderColor(javafx.scene.paint.Paint aTextBorderColor) Sets the color of the text border.FxLabelDecorator.withTextBorderSizeFactor(double aTextBorderSizeFactor) Sets the size of the text border relative to the size of the cell (as ofgetTextLayoutMode()).FxLabelDecorator.withTextColor(javafx.scene.paint.Paint aTextColor) Sets the color of the text.FxLabelDecorator.withTextLayoutMode(org.refcodes.graphical.LayoutMode aLayoutMode) Sets theLayoutModefor the text metrics.FxLabelDecorator.withTextMarginFactor(double aTextMarginFactor) Sets the margin factor relative to the size of the cell (as ofgetTextLayoutMode()) of the text box from the cell.FxLabelDecorator.withTextPaddingFactor(double aTextPaddingFactor) Sets the padding factor relative to the size of the cell (as ofgetTextLayoutMode()) of the text from the text box.FxLabelDecorator.withTextSizeFactor(double aTextSizeFactor) Sets the size of the text relative to the size of the cell (as ofgetTextLayoutMode()).FxLabelDecorator.withTopTextMarginFactor(double aTextMarginFactor) Sets the top margin factor relative to the size of the cell (as ofgetTextLayoutMode()) of the text box from the cell.FxLabelDecorator.withTopTextPaddingFactor(double aTextPaddingFactor) Sets the top padding factor relative to the size of the cell (as ofgetTextLayoutMode()) of the text from the text box.FxLabelDecorator.withVertAlignTextMode(org.refcodes.textual.VertAlignTextMode aVertAlignTextMode) FxLabelDecorator.withVertTextMarginFactor(double aTextMarginFactor) Sets the vertical margin factor relative to the size of the cell (as ofgetTextLayoutMode()) of the text box from the cell.FxLabelDecorator.withVertTextPaddingFactor(double aTextPaddingFactor) Sets the vertical padding factor relative to the size of the cell (as ofgetTextLayoutMode()) of the text from the text box.