|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntValueHolder
This interface provides methods for storing and retrieving layering information for the hierarchic layout.
To obtain the layering information, users have to register a DataProvider
with key HierarchicLayouter.LAYER_VALUE_HOLDER_DPKEY
that holds an instance of
this class for each node.
HierarchicLayouter.LAYER_VALUE_HOLDER_DPKEY
,
IntValueHolderAdapter
Method Summary | |
---|---|
int |
getValue()
Returns the value of the current context. |
boolean |
providesValue()
Returns whether or not the current context provides a value. |
void |
setValue(int value)
Specifies the value of the current context. |
Method Detail |
---|
void setValue(int value)
value
- the given valueint getValue()
setValue(int)
boolean providesValue()
true
if the current context provides a value, false
otherwise
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |