com.alibaba.simpleimage.analyze
类 ModifiableConst

java.lang.Object
  继承者 com.alibaba.simpleimage.analyze.ModifiableConst

public class ModifiableConst
extends Object

作者:
axman 2013-4-10 9:48:23

字段摘要
static String _MINPOINTCOUNT
           
static String _SLOPEARCSTEP
           
static String _TOWPNTDISTRATIO
           
static String _TOWPNTORIENTATIONMINUS
           
static String _TOWPNTSCALAMINUS
           
 
构造方法摘要
ModifiableConst()
           
 
方法摘要
static int getMinPointCount()
           
static int getSolpeArcStep()
           
static float getTowPntDistRatio()
           
static float getTowPntOrientationMinus()
           
static float getTowPntScaleMinus()
           
static void setSolpeArcStep(int val)
           
static void setTowPntDistRatio(float val)
          setteies
static void setTowPntOrientationMinus(float val)
           
static void setTowPntScaleMinus(float val)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

_TOWPNTDISTRATIO

public static String _TOWPNTDISTRATIO

_TOWPNTORIENTATIONMINUS

public static String _TOWPNTORIENTATIONMINUS

_TOWPNTSCALAMINUS

public static String _TOWPNTSCALAMINUS

_SLOPEARCSTEP

public static String _SLOPEARCSTEP

_MINPOINTCOUNT

public static String _MINPOINTCOUNT
构造方法详细信息

ModifiableConst

public ModifiableConst()
方法详细信息

getMinPointCount

public static int getMinPointCount()

getTowPntDistRatio

public static float getTowPntDistRatio()

getTowPntOrientationMinus

public static float getTowPntOrientationMinus()

getTowPntScaleMinus

public static float getTowPntScaleMinus()

getSolpeArcStep

public static int getSolpeArcStep()

setTowPntDistRatio

public static void setTowPntDistRatio(float val)
setteies


setTowPntOrientationMinus

public static void setTowPntOrientationMinus(float val)

setTowPntScaleMinus

public static void setTowPntScaleMinus(float val)

setSolpeArcStep

public static void setSolpeArcStep(int val)


Copyright © 2012–2013 Alibaba Group. All rights reserved.