public class RegionConverter extends AbstractAwtConverter
| Modifier and Type | Field and Description |
|---|---|
protected javafx.scene.layout.Region |
region |
allProperties, cssProperties, delegate, IDENTITY, propertiesARC_HEIGHT, ARC_WIDTH, BACKGROUND_COLOR, BACKGROUND_IMAGE, BACKGROUND_RADIUS, BORDER_COLOR, BORDER_RADIUS, FILL_PAINT, FONT, FONT_FAMILY, FONT_SIZE, FONT_STYLE, FONT_WEIGHT, IMAGE, OPACITY, REGION_BACKGROUND, REGION_BACKGROUND_POSITION, REGION_BACKGROUND_RADIUS, REGION_BACKGROUND_SIZE, REGION_BORDER, SCALE_SHAPE, SCALE_X, SCALE_Y, SHAPE, STROKE_DASHARRAY, STROKE_DASHOFFSET, STROKE_LINECAP, STROKE_LINEJOIN, STROKE_MITERLIMIT, STROKE_PAINT, STROKE_TYPE, STROKE_WIDTH, TEXT_BOUNDS_TYPE, TEXT_FILL, TRANSLATE_X, TRANSLATE_Y, VISIBILITY| Constructor and Description |
|---|
RegionConverter(AwtConverterDelegate converter,
javafx.scene.layout.Region region)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
convert(boolean isDisabled)
Convert the Region.
|
protected java.awt.Paint |
getBackground()
Return the Background Paint of the Region.
|
javafx.scene.Parent |
getParent()
Return the delegate Region Node.
|
protected java.util.List<AwtBackgroundWrapper> |
getRegionBackground()
Return the Region Background associated with the Region (may be null).
|
protected java.util.List<AwtBorderWrapper> |
getRegionBorder()
Return the Region Border associated with the Region (may be null).
|
protected javafx.scene.shape.SVGPath |
getSVGPath()
Return the SVGPath associated with the Region (may be null).
|
protected boolean |
isScaleShape()
Return true if the Region associated shape is scaled.
|
applyTransforms, getAdditionalNode, getAllProperties, getCSSProperties, getOpacity, getProperties, getTransform, getTransform, getTransformFromAncestor, hasVisibility, isVisiblepublic RegionConverter(AwtConverterDelegate converter, javafx.scene.layout.Region region)
converter - the AwtConverterDelegateregion - the Regionpublic javafx.scene.Parent getParent()
getParent in class AbstractAwtConverterprotected java.util.List<AwtBackgroundWrapper> getRegionBackground()
CSSProperties.REGION_BACKGROUNDprotected java.util.List<AwtBorderWrapper> getRegionBorder()
CSSProperties.REGION_BORDERprotected javafx.scene.shape.SVGPath getSVGPath()
CSSProperties.SHAPEprotected boolean isScaleShape()
CSSProperties.SCALE_SHAPEprotected java.awt.Paint getBackground()
CSSProperties.BACKGROUND_COLOR,
CSSProperties.BACKGROUND_IMAGEpublic java.lang.Boolean convert(boolean isDisabled)
isDisabled - true if the node is disabledCopyright © 2021, 2022, 2025, 2026 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence