public interface ServiceGraphLayout
Modifier and Type | Field and Description |
---|---|
static String |
HEIGHT
This property defines the height.
|
static String |
WIDTH
This property defines the width.
|
static String |
X_POSITION
This property defines the X position.
|
static String |
Y_POSITION
This property defines the Y position.
|
Modifier and Type | Method and Description |
---|---|
void |
layout(ServiceGraph sg)
This method establishes the layout of the
nodes and links within the supplied service
graph.
|
static final String X_POSITION
static final String Y_POSITION
static final String WIDTH
static final String HEIGHT
void layout(ServiceGraph sg)
sg
- The service graphCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.