Package | Description |
---|---|
de.mcp.cutcad.application | |
de.mcp.cutcad.model | |
de.mcp.cutcad.model.primitives | |
de.mcp.cutcad.printdialog |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<Material> |
Properties.materials |
Modifier and Type | Field and Description |
---|---|
private static java.util.ArrayList<Material> |
AllMaterials.materials |
Modifier and Type | Method and Description |
---|---|
static Material |
AllMaterials.getBaseMaterial() |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<Material> |
AllMaterials.getMaterials() |
Modifier and Type | Method and Description |
---|---|
static void |
AllMaterials.setBaseMaterial(Material material) |
Modifier and Type | Field and Description |
---|---|
private Material |
GShape.material |
Modifier and Type | Method and Description |
---|---|
Material |
GShape.getMaterial() |
Modifier and Type | Method and Description |
---|---|
void |
GShape.setMaterial(Material material)
Changes the material of the object, and updates the outline
of itself and other connected forms corresponding to the new
(changed) thickness
|
Modifier and Type | Field and Description |
---|---|
private Material |
PrintInstance.material
The material the printInstance represents.
|
Modifier and Type | Method and Description |
---|---|
(package private) Material |
PrintInstance.getMaterial()
Returns the material the printInstance represents.
|
Constructor and Description |
---|
PrintInstance(Shape shape,
Material material)
Constructs a new printInstance.
|