Package | Description |
---|---|
org.hkijena.jipipe.plugins.scene3d.datatypes | |
org.hkijena.jipipe.plugins.scene3d.model | |
org.hkijena.jipipe.plugins.scene3d.model.geometries |
Modifier and Type | Method and Description |
---|---|
Scene3DNode |
Scene3DData.get(int index) |
Scene3DNode |
Scene3DData.remove(int index) |
Scene3DNode |
Scene3DData.set(int index,
Scene3DNode element) |
Modifier and Type | Method and Description |
---|---|
Iterator<Scene3DNode> |
Scene3DData.iterator() |
ListIterator<Scene3DNode> |
Scene3DData.listIterator() |
ListIterator<Scene3DNode> |
Scene3DData.listIterator(int index) |
List<Scene3DNode> |
Scene3DData.subList(int fromIndex,
int toIndex) |
Modifier and Type | Method and Description |
---|---|
void |
Scene3DData.add(int index,
Scene3DNode element) |
boolean |
Scene3DData.add(Scene3DNode scene3DNode) |
Scene3DNode |
Scene3DData.set(int index,
Scene3DNode element) |
Modifier and Type | Method and Description |
---|---|
boolean |
Scene3DData.addAll(Collection<? extends Scene3DNode> c) |
boolean |
Scene3DData.addAll(int index,
Collection<? extends Scene3DNode> c) |
Modifier and Type | Interface and Description |
---|---|
interface |
Scene3DGeometry |
Modifier and Type | Class and Description |
---|---|
class |
Scene3DGroupNode |
Modifier and Type | Method and Description |
---|---|
Scene3DNode |
Scene3DGroupNode.duplicate() |
Scene3DNode |
Scene3DNode.duplicate()
Duplicates the node
|
Modifier and Type | Method and Description |
---|---|
List<Scene3DNode> |
Scene3DGroupNode.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
Scene3DGroupNode.addChild(Scene3DNode node) |
default void |
Scene3DGeometry.copyMetadataFrom(Scene3DNode other) |
default void |
Scene3DNode.copyMetadataFrom(Scene3DNode other)
Copies metadata from another node
|
Modifier and Type | Method and Description |
---|---|
void |
Scene3DGroupNode.setChildren(List<Scene3DNode> children) |
Modifier and Type | Interface and Description |
---|---|
interface |
Scene3DMeshGeometry |
Modifier and Type | Class and Description |
---|---|
class |
Scene3DIndexedMeshGeometry |
class |
Scene3DLineGeometry |
class |
Scene3DSphereGeometry |
class |
Scene3DUnindexedMeshGeometry |
Modifier and Type | Method and Description |
---|---|
Scene3DNode |
Scene3DUnindexedMeshGeometry.duplicate() |
Scene3DNode |
Scene3DIndexedMeshGeometry.duplicate() |
Scene3DNode |
Scene3DSphereGeometry.duplicate() |
Scene3DNode |
Scene3DLineGeometry.duplicate() |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.