|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OrderRenderer
Graph2DRenderer
extension that guarantees to render
nodes and edges in a specific order.
Method Summary | |
---|---|
Graph2DTraversal |
getPaintOrder()
Returns a Graph2DTraversal instance whose
firstToLast
method implies the rendering order used by this OrderRenderer . |
Graph2DTraversal |
getSloppyPaintOrder()
Returns a Graph2DTraversal instance whose
firstToLast
method implies the sloppy rendering order used by this
OrderRenderer . |
Methods inherited from interface y.view.Graph2DRenderer |
---|
paint, paintSloppy |
Method Detail |
---|
Graph2DTraversal getPaintOrder()
Graph2DTraversal
instance whose
firstToLast
method implies the rendering order used by this OrderRenderer
.
Graph2DTraversal
whose
firstToLast
method implies the rendering order used by this OrderRenderer
.Graph2DTraversal getSloppyPaintOrder()
Graph2DTraversal
instance whose
firstToLast
method implies the sloppy rendering order used by this
OrderRenderer
.
Graph2DTraversal
whose
firstToLast
method implies the sloppy rendering order used by this
OrderRenderer
.
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |