| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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_KEYThe key references a ListofDoublevalues representing factors that are multiplied
 by an edge'sedge label crossing costsin case the edge crosses the correspondingedge labelregistered with keyEDGE_LABEL_LAYOUTS_KEY. | 
| static java.lang.Object | EDGE_LABEL_LAYOUTS_KEYThe key references a ListofEdgeLabelLayouts covering a certainPartitionCell. | 
| static java.lang.Object | NODE_LABEL_CROSSING_COST_FACTORS_KEYThe key references a ListofDoublevalues representing factors that are multiplied
 by an edge'snode label crossing costsin case the edge crosses
 the correspondingnode labelregistered with keyNODE_LABEL_LAYOUTS_KEY. | 
| static java.lang.Object | NODE_LABEL_LAYOUTS_KEYThe key references a ListofNodeLabelLayouts covering a certainPartitionCell. | 
| static java.lang.Object | NODES_IN_NODE_TO_EDGE_DISTANCE_KEYThe key references a Listof nodes being in node to edge distance to a certainPartitionCell. | 
| static java.lang.Object | NODES_KEYThe key references a Listof nodes whose bounds are covering a certainPartitionCell. | 
| static java.lang.Object | PARTITION_GRID_CELL_ID_KEYThe key references the PartitionCellIdof thePartitionGridcell covering
 a certainPartitionCell. | 
| static java.lang.Object | PARTITION_GRID_COLUMN_INDEX_KEYThe key references the column index of the PartitionGridcell covering a certainPartitionCell. | 
| static java.lang.Object | PARTITION_GRID_ROW_INDEX_KEYThe key references the row index of the PartitionGridcell covering a certainPartitionCell. | 
| Field Detail | 
|---|
static final java.lang.Object NODES_KEY
List of nodes whose bounds are covering a certain PartitionCell.
static final java.lang.Object NODES_IN_NODE_TO_EDGE_DISTANCE_KEY
List of nodes being in node to edge distance to a certain PartitionCell.
static final java.lang.Object NODE_LABEL_LAYOUTS_KEY
List of NodeLabelLayouts covering a certain PartitionCell.
static final java.lang.Object NODE_LABEL_CROSSING_COST_FACTORS_KEY
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 final java.lang.Object EDGE_LABEL_LAYOUTS_KEY
List of EdgeLabelLayouts covering a certain PartitionCell.
static final java.lang.Object EDGE_LABEL_CROSSING_COST_FACTORS_KEY
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 final java.lang.Object PARTITION_GRID_CELL_ID_KEY
PartitionCellId of the PartitionGrid cell covering
 a certain PartitionCell.
static final java.lang.Object PARTITION_GRID_ROW_INDEX_KEY
PartitionGrid cell covering a certain PartitionCell.
static final java.lang.Object PARTITION_GRID_COLUMN_INDEX_KEY
PartitionGrid cell covering a certain PartitionCell.
| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||