org.jzy3d.plot3d.primitives.parameq
Class ParametricDrawable2

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.ParametricDrawable2
All Implemented Interfaces:
IGLRenderer, ISortableDraw

public class ParametricDrawable2
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
ParametricDrawable2()
           
ParametricDrawable2(ParametricEquation2 equation, double tmin, double tmax, int tsteps, double umin, double umax, int usteps, Color color)
           
 
Method Summary
 void init(ParametricEquation2 equation, double tmin, double tmax, int tsteps, double umin, double umax, int usteps)
           
 
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

ParametricDrawable2

public ParametricDrawable2()

ParametricDrawable2

public ParametricDrawable2(ParametricEquation2 equation,
                           double tmin,
                           double tmax,
                           int tsteps,
                           double umin,
                           double umax,
                           int usteps,
                           Color color)
Method Detail

init

public void init(ParametricEquation2 equation,
                 double tmin,
                 double tmax,
                 int tsteps,
                 double umin,
                 double umax,
                 int usteps)


Copyright © 2013. All rights reserved.