public class MaterialProvider extends Object
| Modifier and Type | Field and Description |
|---|---|
static javafx.scene.paint.PhongMaterial |
AMINOACID |
static javafx.scene.paint.PhongMaterial |
CARBON |
static javafx.scene.paint.PhongMaterial |
HYDROGEN |
static javafx.scene.paint.PhongMaterial |
NITROGEN |
static javafx.scene.paint.PhongMaterial |
NUCLEOTIDE |
static javafx.scene.paint.PhongMaterial |
OTHER_ELEMENT |
static javafx.scene.paint.PhongMaterial |
OTHER_TYPE |
static javafx.scene.paint.PhongMaterial |
OXYGEN |
| Constructor and Description |
|---|
MaterialProvider() |
| Modifier and Type | Method and Description |
|---|---|
static javafx.scene.paint.PhongMaterial |
crateMaterialFromColor(javafx.scene.paint.Color color) |
static javafx.scene.paint.PhongMaterial |
getDefaultMaterialForElement(de.bioforscher.singa.structure.elements.Element element) |
static javafx.scene.paint.PhongMaterial |
getMaterialForType(de.bioforscher.singa.structure.model.families.StructuralFamily structuralFamily) |
public static final javafx.scene.paint.PhongMaterial CARBON
public static final javafx.scene.paint.PhongMaterial NITROGEN
public static final javafx.scene.paint.PhongMaterial OXYGEN
public static final javafx.scene.paint.PhongMaterial HYDROGEN
public static final javafx.scene.paint.PhongMaterial OTHER_ELEMENT
public static final javafx.scene.paint.PhongMaterial NUCLEOTIDE
public static final javafx.scene.paint.PhongMaterial AMINOACID
public static final javafx.scene.paint.PhongMaterial OTHER_TYPE
public static javafx.scene.paint.PhongMaterial getDefaultMaterialForElement(de.bioforscher.singa.structure.elements.Element element)
public static javafx.scene.paint.PhongMaterial getMaterialForType(de.bioforscher.singa.structure.model.families.StructuralFamily structuralFamily)
public static javafx.scene.paint.PhongMaterial crateMaterialFromColor(javafx.scene.paint.Color color)
Copyright © 2017. All rights reserved.