VR
- The visual root node of the UI toolkit this
IBendableContentPart
is used in, e.g. javafx.scene.Node in
case of JavaFX.V
- The visual node used by this IBendableContentPart
.public interface IBendableContentPart<VR,V extends VR> extends IContentPart<VR,V>
IContentPart
that supports content related bend, i.e. manipulation
of control points.contentAnchoragesUnmodifiable, contentChildrenUnmodifiable, content
anchoragesUnmodifiable, anchoredsUnmodifiable, children, parent, refreshVisual
adapters
active
Modifier and Type | Interface and Description |
---|---|
static class |
IBendableContentPart.BendPoint
A representation of a bend point, which is defined either by a point or
by a content anchorage to which the content is attached.
|
IAdaptable.Bound<A extends IAdaptable>
CONTENT_ANCHORAGES_PROPERTY, CONTENT_CHILDREN_PROPERTY, CONTENT_PROPERTY
ANCHORAGES_PROPERTY, ANCHOREDS_PROPERTY, CHILDREN_PROPERTY, PARENT_PROPERTY, REFRESH_VISUAL_PROPERTY
ADAPTERS_PROPERTY
ACTIVE_PROPERTY
Modifier and Type | Method and Description |
---|---|
void |
bendContent(java.util.List<IBendableContentPart.BendPoint> bendPoints)
Bends the content element as specified through the given control points
or anchorages.
|
addContentChild, attachToContentAnchorage, contentAnchoragesUnmodifiableProperty, contentChildrenUnmodifiableProperty, contentProperty, detachFromContentAnchorage, getContent, getContentAnchoragesUnmodifiable, getContentChildrenUnmodifiable, isFocusable, isSelectable, refreshContentAnchorages, refreshContentChildren, removeContentChild, reorderContentChild, setContent
addChild, addChild, addChildren, addChildren, anchoragesUnmodifiableProperty, anchoredsUnmodifiableProperty, attachAnchored, attachToAnchorage, attachToAnchorage, childrenProperty, detachAnchored, detachFromAnchorage, detachFromAnchorage, getAnchoragesUnmodifiable, getAnchoredsUnmodifiable, getBehaviors, getChildrenUnmodifiable, getParent, getPolicies, getRoot, getVisual, isRefreshVisual, parentProperty, refreshVisual, refreshVisualProperty, removeChild, removeChildren, reorderChild, setParent, setRefreshVisual
adaptersProperty, getAdapter, getAdapter, getAdapter, getAdapters, getAdapters, getAdapters, setAdapter, setAdapter, setAdapter, setAdapter, unsetAdapter
activate, activeProperty, deactivate, isActive
dispose
void bendContent(java.util.List<IBendableContentPart.BendPoint> bendPoints)
bendPoints
- The bend points.Copyright (c) 2014 itemis AG and others. All rights reserved.