org.jzy3d.plot3d.primitives.parameq
Class ParametricDrawable2
java.lang.Object
org.jzy3d.plot3d.primitives.AbstractDrawable
org.jzy3d.plot3d.primitives.AbstractWireframeable
org.jzy3d.plot3d.primitives.LineStrip
org.jzy3d.plot3d.primitives.parameq.ParametricDrawable2
- All Implemented Interfaces:
- IGLRenderer, ISortableDraw
public class ParametricDrawable2
- extends LineStrip
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.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 |
color
protected Color color
ParametricDrawable2
public ParametricDrawable2()
ParametricDrawable2
public ParametricDrawable2(ParametricEquation2 equation,
double tmin,
double tmax,
int tsteps,
double umin,
double umax,
int usteps,
Color color)
init
public void init(ParametricEquation2 equation,
double tmin,
double tmax,
int tsteps,
double umin,
double umax,
int usteps)
Copyright © 2013. All rights reserved.