wContour.Global
类 LegendPara

java.lang.Object
  继承者 wContour.Global.LegendPara

public class LegendPara
extends java.lang.Object

作者:
yaqiang

字段摘要
 double[] contourValues
           
 boolean isTriangle
           
 boolean isVertical
           
 double length
           
 PointD startPoint
           
 double width
           
 
构造方法摘要
LegendPara()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

isVertical

public boolean isVertical

startPoint

public PointD startPoint

length

public double length

width

public double width

contourValues

public double[] contourValues

isTriangle

public boolean isTriangle
构造方法详细信息

LegendPara

public LegendPara()