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

Packages that use FontBase
net.sf.mpxj.mpp   
 

Uses of FontBase in net.sf.mpxj.mpp
 

Methods in net.sf.mpxj.mpp that return FontBase
 FontBase FontStyle.getFontBase()
          Retrieve the font base instance.
 

Method parameters in net.sf.mpxj.mpp with type arguments of type FontBase
protected  TableFontStyle GanttChartView14.getColumnFontStyle(byte[] data, int offset, Map<Integer,FontBase> fontBases)
           
protected  TableFontStyle GanttChartView.getColumnFontStyle(byte[] data, int offset, Map<Integer,FontBase> fontBases)
          Retrieve column font details from a block of property data.
protected  FontStyle GanttChartView.getFontStyle(byte[] data, int offset, Map<Integer,FontBase> fontBases)
          Retrieve font details from a block of property data.
protected  FontStyle GanttChartView14.getFontStyle(byte[] data, int offset, Map<Integer,FontBase> fontBases, boolean ignoreBackground)
          Retrieve font details from a block of property data.
 void GroupReader14.process(ProjectFile file, net.sf.mpxj.mpp.FixedData fixedData, net.sf.mpxj.mpp.Var2Data varData, Map<Integer,FontBase> fontBases)
          Entry point for processing group definitions.
 void GroupReader.process(ProjectFile file, net.sf.mpxj.mpp.FixedData fixedData, net.sf.mpxj.mpp.Var2Data varData, Map<Integer,FontBase> fontBases)
          Entry point for processing group definitions.
protected  void GanttChartView9.processProgressLines(Map<Integer,FontBase> fontBases, byte[] progressLineData)
          Extract progress line properties.
protected  void GanttChartView14.processProgressLines(Map<Integer,FontBase> fontBases, byte[] progressLineData)
          Extract progress line properties.
protected  void GanttChartView12.processProgressLines(Map<Integer,FontBase> fontBases, byte[] progressLineData)
          Extract progress line properties.
protected abstract  void GanttChartView.processProgressLines(Map<Integer,FontBase> fontBases, byte[] data)
          Extract progress line properties.
protected  void GanttChartView9.processTableFontStyles(Map<Integer,FontBase> fontBases, byte[] columnData)
          Extract table font styles.
protected  void GanttChartView14.processTableFontStyles(Map<Integer,FontBase> fontBases, byte[] columnData)
          Extract table font styles.
protected  void GanttChartView12.processTableFontStyles(Map<Integer,FontBase> fontBases, byte[] columnData)
          Extract table font styles.
protected abstract  void GanttChartView.processTableFontStyles(Map<Integer,FontBase> fontBases, byte[] data)
          Extract table font styles.
protected  void GanttChartView9.processViewProperties(Map<Integer,FontBase> fontBases, net.sf.mpxj.mpp.Props props)
          Extract view properties.
protected  void GanttChartView14.processViewProperties(Map<Integer,FontBase> fontBases, net.sf.mpxj.mpp.Props props)
          Extract view properties.
protected  void GanttChartView12.processViewProperties(Map<Integer,FontBase> fontBases, net.sf.mpxj.mpp.Props props)
          Extract view properties.
protected abstract  void GanttChartView.processViewProperties(Map<Integer,FontBase> fontBases, net.sf.mpxj.mpp.Props props)
          Extract view properties.
 

Constructors in net.sf.mpxj.mpp with parameters of type FontBase
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.