Uses of Class
net.sf.jett.model.BorderType

Packages that use BorderType
net.sf.jett.model Provides value objects for JETT processing and enumerated objects for things like style values. 
 

Uses of BorderType in net.sf.jett.model
 

Methods in net.sf.jett.model that return BorderType
 BorderType Style.getBorderBottomType()
          Returns the bottom border type.
 BorderType Style.getBorderLeftType()
          Returns the left border type.
 BorderType Style.getBorderRightType()
          Returns the right border type.
 BorderType Style.getBorderTopType()
          Returns the top border type.
static BorderType BorderType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BorderType[] BorderType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sf.jett.model with parameters of type BorderType
 void Style.setBorderBottomType(BorderType borderBottomType)
          Sets the bottom border type.
 void Style.setBorderLeftType(BorderType borderLeftType)
          Sets the left border type.
 void Style.setBorderRightType(BorderType borderRightType)
          Sets the right border type.
 void Style.setBorderTopType(BorderType borderTopType)
          Sets the top border type.
 



Copyright © 2012-2013 Jett Team. All Rights Reserved.