Uses of Class
net.sf.mpxj.mpp.BackgroundPattern

Packages that use BackgroundPattern
net.sf.mpxj   
net.sf.mpxj.mpp   
 

Uses of BackgroundPattern in net.sf.mpxj
 

Methods in net.sf.mpxj that return BackgroundPattern
 BackgroundPattern GroupClause.getPattern()
          Retrieves the pattern.
 

Methods in net.sf.mpxj with parameters of type BackgroundPattern
 void GroupClause.setPattern(BackgroundPattern pattern)
          Sets the pattern.
 

Uses of BackgroundPattern in net.sf.mpxj.mpp
 

Methods in net.sf.mpxj.mpp that return BackgroundPattern
 BackgroundPattern FontStyle.getBackgroundPattern()
          Retrieve the background pattern.
static BackgroundPattern BackgroundPattern.getInstance(int type)
          Retrieve an instance of the enum based on its int value.
static BackgroundPattern BackgroundPattern.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BackgroundPattern[] BackgroundPattern.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.sf.mpxj.mpp with parameters of type BackgroundPattern
FontStyle(FontBase fontBase, boolean italic, boolean bold, boolean underline, boolean strikethrough, Color color, Color backgroundColor, BackgroundPattern backgroundPattern)
          Constructor.
TableFontStyle(int rowUniqueID, FieldType fieldType, FontBase fontBase, boolean italic, boolean bold, boolean underline, boolean strikethrough, Color color, Color backgroundColor, BackgroundPattern backgroundPattern, boolean italicChanged, boolean boldChanged, boolean underlineChanged, boolean strikethroughChanged, boolean colorChanged, boolean fontChanged, boolean backgroundColorChanged, boolean backgroundPatternChanged)
          Constructor.
 



Copyright © 2012. All Rights Reserved.