public class CellSubsections extends Object
| Modifier and Type | Field and Description |
|---|---|
static CellSubsection |
CELL_OUTER_MEMBRANE |
static CellSubsection |
CYTOPLASM |
static CellSubsection |
EARLY_ENDOSOME_LUMEN |
static CellSubsection |
EARLY_ENDOSOME_MEMBRANE |
static CellSubsection |
EXTRACELLULAR_REGION |
static CellSubsection |
NUCLEAR_MEMBRANE |
static CellSubsection |
NUCLEOPLASM |
| Constructor and Description |
|---|
CellSubsections() |
| Modifier and Type | Method and Description |
|---|---|
static javafx.scene.paint.Color |
getColor(CellRegion cellRegion) |
static javafx.scene.paint.Color |
getColor(CellSubsection subsection) |
static javafx.scene.paint.Color |
getColor(GoTerm goTerm) |
public static final CellSubsection CYTOPLASM
public static final CellSubsection CELL_OUTER_MEMBRANE
public static final CellSubsection NUCLEOPLASM
public static final CellSubsection NUCLEAR_MEMBRANE
public static final CellSubsection EARLY_ENDOSOME_LUMEN
public static final CellSubsection EARLY_ENDOSOME_MEMBRANE
public static final CellSubsection EXTRACELLULAR_REGION
public static javafx.scene.paint.Color getColor(GoTerm goTerm)
public static javafx.scene.paint.Color getColor(CellSubsection subsection)
public static javafx.scene.paint.Color getColor(CellRegion cellRegion)
Copyright © 2018. All rights reserved.