public class GeometricOutlineProvider extends IAdaptable.Bound.Impl<IVisualPart<? extends javafx.scene.Node>> implements Provider<IGeometry>
GeometricOutlineProvider
is a Provider
<IGeometry>
that returns an IGeometry
that corresponds to the
geometric outline of its host visual, i.e. it does not include the stroke of
the visual or other visual properties (e.g. clip or effect). The
IGeometry
is specified within the local coordinate system of the host
visual.
A GeometricOutlineProvider
can be used to determine an
IGeometry
for a GeometryNode
, a Connection
, as well
as the following JavaFX Node
implementations:
Arc
Circle
CubicCurve
Ellipse
Line
Path
Polygon
Polyline
QuadCurve
Rectangle
adaptable
IAdaptable.Bound.Impl<T extends IAdaptable>
Constructor and Description |
---|
GeometricOutlineProvider() |
Modifier and Type | Method and Description |
---|---|
IGeometry |
get() |
adaptableProperty, getAdaptable, setAdaptable
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.