public final class GanttChartView14 extends GanttChartView
m_alwaysRollupGanttBars, m_autoFilters, m_autoFiltersByType, m_barDateFormat, m_barRowsGridLines, m_barStyleExceptions, m_barStyles, m_barTextBottomFontStyle, m_barTextInsideFontStyle, m_barTextLeftFontStyle, m_barTextRightFontStyle, m_barTextTopFontStyle, m_bottomTierColumnGridLines, m_bottomTimescaleFontStyle, m_criticalTasksFontStyle, m_currentDateGridLines, m_externalTasksFontStyle, m_ganttBarHeight, m_ganttRowsGridLines, m_hideRollupBarsWhenSummaryExpanded, m_highlightedTasksFontStyle, m_linkStyle, m_markedTasksFontStyle, m_middleTierColumnGridLines, m_middleTimescaleFontStyle, m_milestoneTasksFontStyle, m_nonCriticalTasksFontStyle, m_nonWorkingColor, m_nonWorkingDaysCalendarName, m_nonWorkingPattern, m_nonWorkingStyle, m_pageBreakGridLines, m_progressLinesActualPlan, m_progressLinesAtCurrentDate, m_progressLinesAtRecurringIntervals, m_progressLinesBeginAtDate, m_progressLinesBeginAtProjectStart, m_progressLinesCurrentLineColor, m_progressLinesCurrentLineStyle, m_progressLinesCurrentProgressPointColor, m_progressLinesCurrentProgressPointShape, m_progressLinesDateFormat, m_progressLinesDisplaySelected, m_progressLinesDisplaySelectedDates, m_progressLinesDisplayType, m_progressLinesEnabled, m_progressLinesFontStyle, m_progressLinesInterval, m_progressLinesIntervalDailyDayNumber, m_progressLinesIntervalDailyWorkday, m_progressLinesIntervalMonthlyDay, m_progressLinesIntervalMonthlyDayDayNumber, m_progressLinesIntervalMonthlyDayMonthNumber, m_progressLinesIntervalMonthlyFirstLast, m_progressLinesIntervalMonthlyFirstLastDay, m_progressLinesIntervalMonthlyFirstLastMonthNumber, m_progressLinesIntervalWeekleyWeekNumber, m_progressLinesIntervalWeeklyDay, m_progressLinesOtherLineColor, m_progressLinesOtherLineStyle, m_progressLinesOtherProgressPointColor, m_progressLinesOtherProgressPointShape, m_progressLinesShowDate, m_projectFinishGridLines, m_projectStartGridLines, m_projectSummaryTasksFontStyle, m_roundBarsToWholeDays, m_rowAndColumnFontStyle, m_sheetColumnsGridLines, m_sheetRowsGridLines, m_showBarSplits, m_showDrawings, m_statusDateGridLines, m_summaryTasksFontStyle, m_tableFontStyles, m_timescaleBottomTier, m_timescaleMiddleTier, m_timescaleScaleSeparator, m_timescaleShowTiers, m_timescaleSize, m_timescaleTopTier, m_titleHorizontalGridLines, m_titleVerticalGridLines, m_topTierColumnGridLines, m_topTimescaleFontStyle, TIMESCALE_PROPERTIES, VIEW_PROPERTIES
m_file, m_id, m_name, m_tableName, m_tables, m_type
Modifier and Type | Method and Description |
---|---|
protected TableFontStyle |
getColumnFontStyle(ProjectFile file,
byte[] data,
int offset,
Map<Integer,FontBase> fontBases)
Retrieve column font details from a block of property data.
|
protected Integer |
getPropertiesID()
Retrieve the ID of the properties data.
|
protected void |
processAutoFilters(byte[] data)
Extract autofilter definitions.
|
protected void |
processDefaultBarStyles(net.sf.mpxj.mpp.Props props)
Extract the Gantt bar styles.
|
protected void |
processExceptionBarStyles(net.sf.mpxj.mpp.Props props)
Extract the exception Gantt bar styles.
|
protected void |
processProgressLines(Map<Integer,FontBase> fontBases,
byte[] progressLineData)
Extract progress line properties.
|
protected void |
processTableFontStyles(Map<Integer,FontBase> fontBases,
byte[] columnData)
Extract table font styles.
|
protected void |
processViewProperties(Map<Integer,FontBase> fontBases,
net.sf.mpxj.mpp.Props props)
Extract view properties.
|
getAlwaysRollupGanttBars, getAutoFilterByType, getAutoFilters, getBarDateFormat, getBarRowsGridLines, getBarStyleExceptions, getBarStyles, getBarTextBottomFontStyle, getBarTextInsideFontStyle, getBarTextLeftFontStyle, getBarTextRightFontStyle, getBarTextTopFontStyle, getBottomTierColumnGridLines, getBottomTimescaleFontStyle, getCriticalTasksFontStyle, getCurrentDateGridLines, getDefaultFilter, getDefaultFilterName, getExternalTasksFontStyle, getFontStyle, getGanttBarHeight, getGanttRowsGridLines, getGroupName, getHideRollupBarsWhenSummaryExpanded, getHighlightedTasksFontStyle, getHighlightFilter, getLinkStyle, getMarkedTasksFontStyle, getMiddleTierColumnGridLines, getMiddleTimescaleFontStyle, getMilestoneTasksFontStyle, getNonCriticalTasksFontStyle, getNonWorkingColor, getNonWorkingDaysCalendarName, getNonWorkingPattern, getNonWorkingStyle, getPageBreakGridLines, getProgressLinesActualPlan, getProgressLinesAtCurrentDate, getProgressLinesAtRecurringIntervals, getProgressLinesBeginAtDate, getProgressLinesBeginAtProjectStart, getProgressLinesCurrentLineColor, getProgressLinesCurrentLineStyle, getProgressLinesCurrentProgressPointColor, getProgressLinesCurrentProgressPointShape, getProgressLinesDateFormat, getProgressLinesDisplaySelected, getProgressLinesDisplaySelectedDates, getProgressLinesDisplayType, getProgressLinesEnabled, getProgressLinesFontStyle, getProgressLinesInterval, getProgressLinesIntervalDailyDayNumber, getProgressLinesIntervalMonthlyDay, getProgressLinesIntervalMonthlyDayDayNumber, getProgressLinesIntervalMonthlyDayMonthNumber, getProgressLinesIntervalMonthlyFirstLast, getProgressLinesIntervalMonthlyFirstLastDay, getProgressLinesIntervalMonthlyFirstLastMonthNumber, getProgressLinesIntervalWeekleyWeekNumber, getProgressLinesIntervalWeeklyDay, getProgressLinesOtherLineColor, getProgressLinesOtherLineStyle, getProgressLinesOtherProgressPointColor, getProgressLinesOtherProgressPointShape, getProgressLinesShowDate, getProjectFinishGridLines, getProjectStartGridLines, getProjectSummaryTasksFontStyle, getRoundBarsToWholeDays, getRowAndColumnFontStyle, getSheetColumnsGridLines, getSheetRowsGridLines, getShowBarSplits, getShowDrawings, getShowInMenu, getStatusDateGridLines, getSummaryTasksFontStyle, getTableFontStyles, getTableWidth, getTimescaleBottomTier, getTimescaleMiddleTier, getTimescaleScaleSeparator, getTimescaleShowTiers, getTimescaleSize, getTimescaleTopTier, getTitleHorizontalGridLines, getTitleVerticalGridLines, getTopTierColumnGridLines, getTopTimescaleFontStyle, isProgressLinesIntervalDailyWorkday, mapGanttBarHeight, toString
removeAmpersand
getID, getName, getTable, getTableName, getType
protected Integer getPropertiesID()
GenericView
getPropertiesID
in class GenericView
protected void processDefaultBarStyles(net.sf.mpxj.mpp.Props props)
GanttChartView
processDefaultBarStyles
in class GanttChartView
props
- props structure containing the style definitionsprotected void processExceptionBarStyles(net.sf.mpxj.mpp.Props props)
GanttChartView
processExceptionBarStyles
in class GanttChartView
props
- props structure containing the style definitionsprotected void processAutoFilters(byte[] data)
GanttChartView
processAutoFilters
in class GanttChartView
data
- autofilters data blockprotected void processViewProperties(Map<Integer,FontBase> fontBases, net.sf.mpxj.mpp.Props props)
GanttChartView
processViewProperties
in class GanttChartView
fontBases
- font defintionsprops
- Gantt chart view propsprotected void processTableFontStyles(Map<Integer,FontBase> fontBases, byte[] columnData)
GanttChartView
processTableFontStyles
in class GanttChartView
fontBases
- font basescolumnData
- column dataprotected TableFontStyle getColumnFontStyle(ProjectFile file, byte[] data, int offset, Map<Integer,FontBase> fontBases)
GanttChartView
getColumnFontStyle
in class GanttChartView
file
- parent filedata
- property dataoffset
- offset into property datafontBases
- map of font basesprotected void processProgressLines(Map<Integer,FontBase> fontBases, byte[] progressLineData)
GanttChartView
processProgressLines
in class GanttChartView
fontBases
- font basesprogressLineData
- column dataCopyright © 2000–2024 Packwood Software. All rights reserved.