ar.com.fdvs.dj.domain.constants
Class Border

java.lang.Object
  extended by ar.com.fdvs.dj.domain.constants.Border

public class Border
extends java.lang.Object


Field Summary
static Border DOTTED
           
static Border NO_BORDER
           
static Border PEN_1_POINT
           
static Border PEN_2_POINT
           
static Border PEN_4_POINT
           
static Border THIN
           
 
Method Summary
 byte getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_BORDER

public static Border NO_BORDER

THIN

public static Border THIN

PEN_1_POINT

public static Border PEN_1_POINT

PEN_2_POINT

public static Border PEN_2_POINT

PEN_4_POINT

public static Border PEN_4_POINT

DOTTED

public static Border DOTTED
Method Detail

getValue

public byte getValue()


Copyright © 2006-2008 FDV Solutions. All Rights Reserved.