public static class Cm2_Toolkit.Membrane_Image2D_Generator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
MODE_ATOMS |
static int |
MODE_HYBRID |
static int |
MODE_POLYGON |
Constructor and Description |
---|
Membrane_Image2D_Generator() |
Modifier and Type | Method and Description |
---|---|
static java.awt.image.BufferedImage |
create2DImageOfCurrentMembrane(MembraneModel model,
int mode,
boolean drawLipidsToo,
boolean useRealLipidAtomColors,
boolean drawLabels,
int layerID) |
static java.awt.Image |
createImage(Molecule_3D mol,
int prefX,
int prefY) |
static float |
createScaleFor2DImage() |
public static final int MODE_POLYGON
public static final int MODE_ATOMS
public static final int MODE_HYBRID
public static java.awt.image.BufferedImage create2DImageOfCurrentMembrane(MembraneModel model, int mode, boolean drawLipidsToo, boolean useRealLipidAtomColors, boolean drawLabels, int layerID)
public static float createScaleFor2DImage()
public static java.awt.Image createImage(Molecule_3D mol, int prefX, int prefY)