fop 1.0

Uses of Class
org.apache.fop.traits.BorderStyle

Packages that use BorderStyle
org.apache.fop.traits Trait classes and other supporting data structures. 
 

Uses of BorderStyle in org.apache.fop.traits
 

Fields in org.apache.fop.traits declared as BorderStyle
static BorderStyle BorderStyle.DASHED
          border-style: dashed
static BorderStyle BorderStyle.DOTTED
          border-style: dotted
static BorderStyle BorderStyle.DOUBLE
          border-style: double
static BorderStyle BorderStyle.GROOVE
          border-style: groove
static BorderStyle BorderStyle.HIDDEN
          border-style: hidden
static BorderStyle BorderStyle.INSET
          border-style: inset
static BorderStyle BorderStyle.NONE
          border-style: none
static BorderStyle BorderStyle.OUTSET
          border-style: outset
static BorderStyle BorderStyle.RIDGE
          border-style: ridge
static BorderStyle BorderStyle.SOLID
          border-style: solid
 

Methods in org.apache.fop.traits that return BorderStyle
static BorderStyle BorderStyle.valueOf(int enumValue)
          Returns the enumeration/singleton object based on its name.
static BorderStyle BorderStyle.valueOf(java.lang.String name)
          Returns the enumeration/singleton object based on its name.
 


fop 1.0

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