org.jzy3d.plot3d.builder
Interface IObjectTopology<O>


public interface IObjectTopology<O>


Method Summary
 Coord3d getCoord(O object)
           
 java.lang.String getXAxisLabel()
           
 java.lang.String getYAxisLabel()
           
 java.lang.String getZAxisLabel()
           
 

Method Detail

getCoord

Coord3d getCoord(O object)

getXAxisLabel

java.lang.String getXAxisLabel()

getYAxisLabel

java.lang.String getYAxisLabel()

getZAxisLabel

java.lang.String getZAxisLabel()