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

java.lang.Object
  extended by ar.com.fdvs.dj.domain.constants.BaseDomainConstant
      extended by ar.com.fdvs.dj.domain.constants.Border
All Implemented Interfaces:
java.io.Serializable

public class Border
extends BaseDomainConstant

See value of constants here: http://jasperreports.sourceforge.net/api/constant-values.html

Author:
mamana
See Also:
Serialized Form

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-2011 FDV Solutions. All Rights Reserved.