Package org.neuroml.export.svg
Class Network3D
java.lang.Object
org.neuroml.export.svg.Network3D
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloataddAxes(float offset) voidvoidaddCell(org.neuroml.model.Cell cell, float offsetX, float offsetY, float offsetZ, String defaultColor) voidaddLine(int id, org.neuroml.export.svg.Vector3D a, org.neuroml.export.svg.Vector3D b, float diameter, String color) org.neuroml.export.svg.Vector3D[]perspectiveView(double degreesAroundZ, double degreesAroundY) voidsideView()topView()
-
Field Details
-
lines
-
comment
-
-
Constructor Details
-
Network3D
-
Network3D
public Network3D(org.neuroml.model.Cell cell) throws org.neuroml.model.util.NeuroMLException - Throws:
org.neuroml.model.util.NeuroMLException
-
-
Method Details
-
addCell
public void addCell(org.neuroml.model.Cell cell, float offsetX, float offsetY, float offsetZ, String defaultColor) throws org.neuroml.model.util.NeuroMLException - Throws:
org.neuroml.model.util.NeuroMLException
-
addAxes
public float addAxes(float offset) -
addBoundingBox
public void addBoundingBox() -
removeAllAxesIndicators
public void removeAllAxesIndicators() -
getLimits
public org.neuroml.export.svg.Vector3D[] getLimits() -
addLine
public void addLine(int id, org.neuroml.export.svg.Vector3D a, org.neuroml.export.svg.Vector3D b, float diameter, String color) -
topView
-
sideView
-
frontView
-
perspectiveView
-