Package org.freehep.j3d.plot
Class ExtendedZAxisBuilder
- java.lang.Object
-
- org.freehep.j3d.plot.ExtendedAxisBuilder
-
- org.freehep.j3d.plot.ExtendedZAxisBuilder
-
public class ExtendedZAxisBuilder extends ExtendedAxisBuilder
-
-
Field Summary
-
Fields inherited from class org.freehep.j3d.plot.ExtendedAxisBuilder
labelOffSet, major, minor, scale, tickOffSet
-
-
Constructor Summary
Constructors Constructor Description ExtendedZAxisBuilder()ExtendedZAxisBuilder(String label, String[] tickLabels, double[] tickLocations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.media.j3d.NodegetNode()Returns the node representing this Axis Subclasses can override this method to transform this axis to make it into an X,Y,Z axis.-
Methods inherited from class org.freehep.j3d.plot.ExtendedAxisBuilder
apply, createLabelsNTicks, getLabel, getLabelFont, getTickFont, getTickLabels, getTickLocations, setAxisNonPickable, setLabel, setLabelFont, setTickFont, setTickLabels, setTickLocations
-
-
-
-
Method Detail
-
getNode
public javax.media.j3d.Node getNode()
Description copied from class:ExtendedAxisBuilderReturns the node representing this Axis Subclasses can override this method to transform this axis to make it into an X,Y,Z axis.- Overrides:
getNodein classExtendedAxisBuilder
-
-