fop 1.0

org.apache.fop.traits
Class BorderStyle

java.lang.Object
  extended by org.apache.fop.traits.TraitEnum
      extended by org.apache.fop.traits.BorderStyle
All Implemented Interfaces:
java.io.Serializable

public final class BorderStyle
extends TraitEnum

Enumeration class for border styles.

See Also:
Serialized Form

Field Summary
static BorderStyle DASHED
          border-style: dashed
static BorderStyle DOTTED
          border-style: dotted
static BorderStyle DOUBLE
          border-style: double
static BorderStyle GROOVE
          border-style: groove
static BorderStyle HIDDEN
          border-style: hidden
static BorderStyle INSET
          border-style: inset
static BorderStyle NONE
          border-style: none
static BorderStyle OUTSET
          border-style: outset
static BorderStyle RIDGE
          border-style: ridge
static BorderStyle SOLID
          border-style: solid
 
Method Summary
 java.lang.String toString()
          
static BorderStyle valueOf(int enumValue)
          Returns the enumeration/singleton object based on its name.
static BorderStyle valueOf(java.lang.String name)
          Returns the enumeration/singleton object based on its name.
 
Methods inherited from class org.apache.fop.traits.TraitEnum
getEnumValue, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final BorderStyle NONE
border-style: none


HIDDEN

public static final BorderStyle HIDDEN
border-style: hidden


DOTTED

public static final BorderStyle DOTTED
border-style: dotted


DASHED

public static final BorderStyle DASHED
border-style: dashed


SOLID

public static final BorderStyle SOLID
border-style: solid


DOUBLE

public static final BorderStyle DOUBLE
border-style: double


GROOVE

public static final BorderStyle GROOVE
border-style: groove


RIDGE

public static final BorderStyle RIDGE
border-style: ridge


INSET

public static final BorderStyle INSET
border-style: inset


OUTSET

public static final BorderStyle OUTSET
border-style: outset

Method Detail

valueOf

public static BorderStyle valueOf(java.lang.String name)
Returns the enumeration/singleton object based on its name.

Parameters:
name - the name of the enumeration value
Returns:
the enumeration object

valueOf

public static BorderStyle valueOf(int enumValue)
Returns the enumeration/singleton object based on its name.

Parameters:
enumValue - the enumeration value
Returns:
the enumeration object

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.