Package | Description |
---|---|
loci.visbio.overlays |
Modifier and Type | Field and Description |
---|---|
protected OverlayFreeform |
FreeformTool.freeform
Curve currently being drawn or modified.
|
OverlayFreeform |
FreeformTool.DistanceQuery.freeform
The nearest freeform itself.
|
protected OverlayFreeform |
FreeformExtension.freeform
The freeform to which this extension is attached.
|
Modifier and Type | Method and Description |
---|---|
OverlayFreeform |
OverlayNodedObject.connectTo(OverlayFreeform f2)
Creates a new freeform by connecting the tail of this freeform to the head
of the freeform supplied.
|
OverlayFreeform[] |
OverlayNodedObject.removeNode(int index)
Deletes a node from the freeform object, creating two new freeforms if the
node deleted is an interior node.
|
Modifier and Type | Method and Description |
---|---|
OverlayFreeform |
OverlayNodedObject.connectTo(OverlayFreeform f2)
Creates a new freeform by connecting the tail of this freeform to the head
of the freeform supplied.
|
protected void |
FreeformTool.removeEmptyFreeforms(OverlayFreeform[] objs)
Removes any freeforms with one or fewer nodes.
|
Constructor and Description |
---|
DistanceQuery(double[] distSegWt,
OverlayFreeform f)
Constructs a DistanceQuery object.
|
FreeformExtension(OverlayFreeform freeform,
int start,
int stop,
boolean nodal)
Constructs a new freeform extension.
|
Copyright © 2015–2022 SciJava. All rights reserved.