Class Dot3D

java.lang.Object
org.jfree.chart3d.graphics3d.Object3D
org.jfree.chart3d.graphics3d.Dot3D

public class Dot3D extends Object3D
A 3D object that is simply a dot (single vertex).
  • Constructor Details

    • Dot3D

      public Dot3D(float x, float y, float z, Color color)
      Creates a new Dot3D instance.
      Parameters:
      x - the x-coordinate.
      y - the y-coordinate.
      z - the z-coordinate.
      color - the color (null not permitted).