org.jzy3d.plot3d.primitives.parameq
Class ParametricDrawable

java.lang.Object
  extended by org.jzy3d.plot3d.primitives.AbstractDrawable
      extended by org.jzy3d.plot3d.primitives.AbstractWireframeable
          extended by org.jzy3d.plot3d.primitives.LineStrip
              extended by org.jzy3d.plot3d.primitives.parameq.ParametricDrawable
All Implemented Interfaces:
IGLRenderer, ISortableDraw

public class ParametricDrawable
extends LineStrip


Field Summary
protected  Color color
           
 
Fields inherited from class org.jzy3d.plot3d.primitives.LineStrip
points, showPoints, width
 
Fields inherited from class org.jzy3d.plot3d.primitives.AbstractWireframeable
facestatus, wfcolor, wfstatus, wfwidth
 
Fields inherited from class org.jzy3d.plot3d.primitives.AbstractDrawable
bbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, transform, transformBefore
 
Constructor Summary
ParametricDrawable()
           
ParametricDrawable(ParametricEquation equation, double tmin, double tmax, int steps, Color color)
           
 
Method Summary
 void init(ParametricEquation equation, double tmin, double tmax, int steps)
           
 
Methods inherited from class org.jzy3d.plot3d.primitives.LineStrip
add, addAll, addAll, applyGeometryTransform, draw, drawLine, drawPoints, get, getDistance, getLongestDistance, getPoints, getShortestDistance, isShowPoints, merge, setShowPoints, setWidth, size, toString, updateBounds
 
Methods inherited from class org.jzy3d.plot3d.primitives.AbstractWireframeable
getFaceDisplayed, getWireframeColor, getWireframeDisplayed, getWireframeWidth, setFaceDisplayed, setWireframeColor, setWireframeDisplayed, setWireframeWidth
 
Methods inherited from class org.jzy3d.plot3d.primitives.AbstractDrawable
addDrawableListener, call, call, callWithAlphaFactor, dispose, doDrawBounds, doTransform, fireDrawableChanged, fireDrawableChanged, getBarycentre, getBoundingBoxColor, getBounds, getLegend, getTransform, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, negative, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setDisplayed, setLegend, setLegendDisplayed, setTransform, setTransformBefore, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

color

protected Color color
Constructor Detail

ParametricDrawable

public ParametricDrawable()

ParametricDrawable

public ParametricDrawable(ParametricEquation equation,
                          double tmin,
                          double tmax,
                          int steps,
                          Color color)
Method Detail

init

public void init(ParametricEquation equation,
                 double tmin,
                 double tmax,
                 int steps)


Copyright © 2013. All rights reserved.