Search this API

y.layout.router.polyline
Interface PartitionCellKeys


public interface PartitionCellKeys

This interface defines keys to obtain additional information about a PartitionCell. Use PartitionCell.getData(Object) to get the data associated to a given key for the current partition cell.


Field Summary
static Object EDGE_LABEL_LAYOUTS_KEY
          The key references a List of EdgeLabelLayouts covering a certain PartitionCell.
static Object NODE_LABEL_LAYOUTS_KEY
          The key references a List of NodeLabelLayouts covering a certain PartitionCell.
static Object NODES_IN_NODE_TO_EDGE_DISTANCE_KEY
          The key references a List of nodes being in node to edge distance to a certain PartitionCell.
static Object NODES_KEY
          The key references a List of nodes whose bounds are covering a certain PartitionCell.
static Object PARTITION_GRID_CELL_ID_KEY
          The key references the PartitionCellId of the partition grid cell covering a certain PartitionCell.
static Object PARTITION_GRID_COLUMN_INDEX_KEY
          The key references the column index of the partition grid cell covering a certain PartitionCell.
static Object PARTITION_GRID_ROW_INDEX_KEY
          The key references the row index of the partition grid cell covering a certain PartitionCell.
 

Field Detail

NODES_KEY

static final Object NODES_KEY
The key references a List of nodes whose bounds are covering a certain PartitionCell.


NODES_IN_NODE_TO_EDGE_DISTANCE_KEY

static final Object NODES_IN_NODE_TO_EDGE_DISTANCE_KEY
The key references a List of nodes being in node to edge distance to a certain PartitionCell.


NODE_LABEL_LAYOUTS_KEY

static final Object NODE_LABEL_LAYOUTS_KEY
The key references a List of NodeLabelLayouts covering a certain PartitionCell.


EDGE_LABEL_LAYOUTS_KEY

static final Object EDGE_LABEL_LAYOUTS_KEY
The key references a List of EdgeLabelLayouts covering a certain PartitionCell.


PARTITION_GRID_CELL_ID_KEY

static final Object PARTITION_GRID_CELL_ID_KEY
The key references the PartitionCellId of the partition grid cell covering a certain PartitionCell.


PARTITION_GRID_ROW_INDEX_KEY

static final Object PARTITION_GRID_ROW_INDEX_KEY
The key references the row index of the partition grid cell covering a certain PartitionCell.


PARTITION_GRID_COLUMN_INDEX_KEY

static final Object PARTITION_GRID_COLUMN_INDEX_KEY
The key references the column index of the partition grid cell covering a certain PartitionCell.


© Copyright 2000-2013,
yWorks GmbH.
All rights reserved.