Package | Description |
---|---|
loci.visbio.overlays |
Modifier and Type | Field and Description |
---|---|
protected OverlayTransform |
OverlayWidget.overlay
Associated overlay object.
|
protected OverlayTransform |
OverlayTool.overlay
Associated overlay transform.
|
protected OverlayTransform |
OverlayObject.overlay
Associated overlay transform.
|
Modifier and Type | Method and Description |
---|---|
OverlayTransform |
OverlayTool.getTransform()
Gets associated overlay transform.
|
Modifier and Type | Method and Description |
---|---|
static OverlayObject |
OverlayIO.createOverlay(String className,
OverlayTransform trans)
Instantiates an overlay object of the given class.
|
static OverlayObject |
OverlayIO.createOverlay(String className,
OverlayTransform trans,
int lineNum)
Instantiates an overlay object of the given class.
|
static loci.poi.hssf.usermodel.HSSFWorkbook |
OverlayIO.exportOverlays(OverlayTransform overlay)
Saves overlays to a .xls workbook.
|
static Vector<OverlayObject>[] |
OverlayIO.loadOverlays(BufferedReader in,
OverlayTransform trans)
Reads the overlays from the given reader.
|
static void |
OverlayIO.saveOverlays(PrintWriter out,
OverlayTransform trans)
Writes the overlays to the given writer.
|
Constructor and Description |
---|
ArrowTool(OverlayTransform overlay)
Constructs an arrow overlay creation tool.
|
BoxTool(OverlayTransform overlay)
Constructs a box overlay creation tool.
|
FreeformTool(OverlayTransform overlay)
Constructs a freeform creation tool.
|
LineTool(OverlayTransform overlay)
Constructs a measurement line creation tool.
|
MarkerTool(OverlayTransform overlay)
Constructs a measurement marker creation tool.
|
OvalTool(OverlayTransform overlay)
Constructs an oval overlay creation tool.
|
OverlayArrow(OverlayTransform overlay)
Constructs an uninitialized arrow wedge overlay.
|
OverlayArrow(OverlayTransform overlay,
float x1,
float y1,
float x2,
float y2)
Constructs an arrow wedge overlay.
|
OverlayBox(OverlayTransform overlay)
Constructs an uninitialized bounding rectangle.
|
OverlayBox(OverlayTransform overlay,
float x1,
float y1,
float x2,
float y2)
Constructs a bounding rectangle.
|
OverlayFreeform(OverlayTransform overlay)
Constructs an uninitialized freeform.
|
OverlayFreeform(OverlayTransform overlay,
float[][] nodes)
Constructs a freeform from an array of nodes.
|
OverlayFreeform(OverlayTransform overlay,
float x1,
float y1,
float x2,
float y2)
Constructs a freeform.
|
OverlayLine(OverlayTransform overlay)
Constructs an uninitialized measurement line.
|
OverlayLine(OverlayTransform overlay,
float x1,
float y1,
float x2,
float y2)
Constructs a measurement line.
|
OverlayMarker(OverlayTransform overlay)
Constructs an uninitialized measurement marker.
|
OverlayMarker(OverlayTransform overlay,
float x,
float y)
Constructs a measurement marker.
|
OverlayNodedObject(OverlayTransform overlay)
Constructs an uninitialized noded object.
|
OverlayNodedObject(OverlayTransform overlay,
float[][] nodes)
Constructs a noded object from an array of nodes.
|
OverlayNodedObject(OverlayTransform overlay,
float x1,
float y1,
float x2,
float y2)
Constructs a noded object.
|
OverlayObject(OverlayTransform overlay)
Constructs an overlay.
|
OverlayOval(OverlayTransform overlay)
Constructs an uninitialized bounding oval.
|
OverlayOval(OverlayTransform overlay,
float x1,
float y1,
float x2,
float y2)
Constructs an bounding oval.
|
OverlayPolyline(OverlayTransform overlay)
Constructs an uninitialized freeform.
|
OverlayPolyline(OverlayTransform overlay,
float[][] nodes)
Constructs a freeform from an array of nodes.
|
OverlayPolyline(OverlayTransform overlay,
float x1,
float y1,
float x2,
float y2)
Constructs a freeform.
|
OverlayText(OverlayTransform overlay)
Constructs an uninitialized text string overlay.
|
OverlayText(OverlayTransform overlay,
float x,
float y,
String text)
Constructs a text string overlay.
|
OverlayTool(OverlayTransform overlay,
String name,
String tip,
String icon)
Constructs a measurement line creation tool.
|
OverlayWidget(OverlayTransform overlay)
Creates overlay GUI controls.
|
PointerTool(OverlayTransform overlay)
Constructs an overlay manipulation tool.
|
PolylineTool(OverlayTransform overlay)
Constructs a creation tool.
|
TextTool(OverlayTransform overlay)
Constructs a text overlay creation tool.
|
TransientSelectBox(OverlayTransform overlay,
DisplayImpl display,
int downX,
int downY)
Constructs a selection box.
|
Copyright © 2015–2022 SciJava. All rights reserved.