public class ContourLevels extends Object
Constructor and Description |
---|
ContourLevels() |
Modifier and Type | Method and Description |
---|---|
void |
appendLevelLine(double level,
LineStrip strip) |
ContourLevel |
getContourLevel(double level) |
Collection<ContourLevel> |
getContourLevels() |
protected ContourLevel |
getOrInitContourLevel(double level) |
void |
setLevelLine(double level,
LineStrip strip) |
public ContourLevel getContourLevel(double level)
public void setLevelLine(double level, LineStrip strip)
public void appendLevelLine(double level, LineStrip strip)
protected ContourLevel getOrInitContourLevel(double level)
public Collection<ContourLevel> getContourLevels()
Copyright © 2016. All rights reserved.