Search this API

y.layout.router.polyline
Interface PartitionCellKeys


public interface PartitionCellKeys

This interface defines keys to obtain additional information about a PartitionCell.

In order to get the data of the PartitionCell that is associated with the given key, method PartitionCell.getData(Object) should be used.

 

Field Summary
static java.lang.Object EDGE_LABEL_CROSSING_COST_FACTORS_KEY
          The key references a List of Double values representing factors that are multiplied by an edge's edge label crossing costs in case the edge crosses the corresponding edge label registered with key EDGE_LABEL_LAYOUTS_KEY.
static java.lang.Object EDGE_LABEL_LAYOUTS_KEY
          The key references a List of EdgeLabelLayouts covering a certain PartitionCell.
static java.lang.Object NODE_LABEL_CROSSING_COST_FACTORS_KEY
          The key references a List of Double values representing factors that are multiplied by an edge's node label crossing costs in case the edge crosses the corresponding node label registered with key NODE_LABEL_LAYOUTS_KEY.
static java.lang.Object NODE_LABEL_LAYOUTS_KEY
          The key references a List of NodeLabelLayouts covering a certain PartitionCell.
static java.lang.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 java.lang.Object NODES_KEY
          The key references a List of nodes whose bounds are covering a certain PartitionCell.
static java.lang.Object PARTITION_GRID_CELL_ID_KEY
          The key references the PartitionCellId of the PartitionGrid cell covering a certain PartitionCell.
static java.lang.Object PARTITION_GRID_COLUMN_INDEX_KEY
          The key references the column index of the PartitionGrid cell covering a certain PartitionCell.
static java.lang.Object PARTITION_GRID_ROW_INDEX_KEY
          The key references the row index of the PartitionGrid cell covering a certain PartitionCell.
 

Field Detail

NODES_KEY

static final java.lang.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 java.lang.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 java.lang.Object NODE_LABEL_LAYOUTS_KEY
The key references a List of NodeLabelLayouts covering a certain PartitionCell.


NODE_LABEL_CROSSING_COST_FACTORS_KEY

static final java.lang.Object NODE_LABEL_CROSSING_COST_FACTORS_KEY
The key references a List of Double values representing factors that are multiplied by an edge's node label crossing costs in case the edge crosses the corresponding node label registered with key NODE_LABEL_LAYOUTS_KEY.


EDGE_LABEL_LAYOUTS_KEY

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


EDGE_LABEL_CROSSING_COST_FACTORS_KEY

static final java.lang.Object EDGE_LABEL_CROSSING_COST_FACTORS_KEY
The key references a List of Double values representing factors that are multiplied by an edge's edge label crossing costs in case the edge crosses the corresponding edge label registered with key EDGE_LABEL_LAYOUTS_KEY.


PARTITION_GRID_CELL_ID_KEY

static final java.lang.Object PARTITION_GRID_CELL_ID_KEY
The key references the PartitionCellId of the PartitionGrid cell covering a certain PartitionCell.


PARTITION_GRID_ROW_INDEX_KEY

static final java.lang.Object PARTITION_GRID_ROW_INDEX_KEY
The key references the row index of the PartitionGrid cell covering a certain PartitionCell.


PARTITION_GRID_COLUMN_INDEX_KEY

static final java.lang.Object PARTITION_GRID_COLUMN_INDEX_KEY
The key references the column index of the PartitionGrid cell covering a certain PartitionCell.


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