public class VisualizationSketchTikZ extends Object
Constructor and Description |
---|
VisualizationSketchTikZ() |
Modifier and Type | Method and Description |
---|---|
static String |
drawBead(Bead bead,
Transform3D globalTransform,
String beadType,
double factor) |
static String |
drawBeads(Collection<Bead> beads,
Transform3D globalTransform,
String beadType,
double factor) |
static String |
drawBeads(Collection<Bead> beads,
Transform3D globalTransform,
String beadType,
double factor,
int skipBeads) |
static String |
drawNuclei(Collection<Nucleus> nuclei,
Transform3D globalTransform,
double factor) |
static String |
drawNucleus(Nucleus nucleus,
Transform3D globalTransform,
String beadType,
double factor) |
static String |
drawView(ViewDataBeads view,
double factor) |
static String |
drawViews(ViewDataBeads[] views,
float factor) |
public static String drawBeads(Collection<Bead> beads, Transform3D globalTransform, String beadType, double factor)
public static String drawBeads(Collection<Bead> beads, Transform3D globalTransform, String beadType, double factor, int skipBeads)
public static String drawNuclei(Collection<Nucleus> nuclei, Transform3D globalTransform, double factor)
public static String drawBead(Bead bead, Transform3D globalTransform, String beadType, double factor)
public static String drawNucleus(Nucleus nucleus, Transform3D globalTransform, String beadType, double factor)
public static String drawView(ViewDataBeads view, double factor)
public static String drawViews(ViewDataBeads[] views, float factor)
Copyright © 2015–2021 Fiji. All rights reserved.