public class GraphPrimitive
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int[][] |
nodes |
Modifier | Constructor and Description |
---|---|
protected |
GraphPrimitive()
de-serialization only
|
|
GraphPrimitive(int[][] nodes)
Creates a multi-nodes graph primitive
|
Modifier and Type | Method and Description |
---|---|
java.awt.Rectangle |
getLinkBoundingRectangle()
returns a pseudo rectangle representing bounding box
|
int[][] |
getNodes()
returns all nodes of this graph primitive
|
int |
numNodes() |
void |
setNodes(int[][] nodes) |
public GraphPrimitive(int[][] nodes)
nodes
- lane
- protected GraphPrimitive()
public int[][] getNodes()
public void setNodes(int[][] nodes)
public int numNodes()
public java.awt.Rectangle getLinkBoundingRectangle()
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.