public final class FoldingBendState extends Object
FoldingEdgeState
.
When the properties of the state are changed, these changes are reflected immediately in the
Views
.
Modifier and Type | Method and Description |
---|---|
IBend |
asBend()
Returns an
IBend instance which represents this bend state. |
int |
getIndex()
Gets the bend's index in the
Bends of its owner. |
PointD |
getLocation()
The location of the bend.
|
Object |
getTag()
The tag of the bend.
|
void |
setLocation(PointD value)
The location of the bend.
|
void |
setTag(Object value)
The tag of the bend.
|
public final IBend asBend()
IBend
instance which represents this bend state.
The returned bend is not present in any graph but may be passed to IFoldingView.getViewItem(com.yworks.yfiles.graph.IModelItem)
to get the bend state's view bend in the folding view graph
.
IBend
instance which represents this bend state.public final int getIndex()
Bends
of its owner.public final PointD getLocation()
setLocation(PointD)
public final Object getTag()
setTag(Object)
public final void setLocation(PointD value)
value
- The Location to set.getLocation()