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


public interface IObjectTopology<O>


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

Method Detail

getCoord

Coord3d getCoord(O object)

getXAxisLabel

String getXAxisLabel()

getYAxisLabel

String getYAxisLabel()

getZAxisLabel

String getZAxisLabel()