Modifier and Type | Class and Description |
---|---|
(package private) class |
MMPrinter.HTML.RecentChange |
MMPrinter.Config, MMPrinter.DOCX<C extends Category>, MMPrinter.GradeCount, MMPrinter.GradeCount1, MMPrinter.HTML<C extends Category>, MMPrinter.LaTeX<C extends Category>, MMPrinter.LevelCount, MMPrinter.LevelCount1, MMPrinter.MextReportContext, MMPrinter.MMCell, MMPrinter.MMRow, MMPrinter.MMTable, MMPrinter.XLS<C extends Category>
Modifier and Type | Field and Description |
---|---|
(package private) static String[] |
GradeBGC |
(package private) static String[] |
LevelBGC |
protected PrintWriter |
pw |
AchievementGraph, AchievementGraphMinWidth, AchievementGraphWidth, AchievementGraphYMax, AchievementSheet_description2, AchievementSheet_table0, AchievementSheet_table1, AchievementSheet_table2_v2, AchievementSheet_table2_v3, AchievementSheet_table3, AchievementSheet_table4, AchievementSheet2_description1, AchievementSheet3_ERSI_description1, AchievementSheet3_Management_description1, bigdigit, doc, doLink, edb, editor, ep, GradeCountGraph, GradeCountGraphMinWidth, GradeCountGraphWidth, GradeCountGraphYMax, GRADEs, grapher_enable, LEVELs, makeHistory, mtmpVersion, title_AchievementStatus, title_YearlyStatus
Constructor and Description |
---|
HTML(MTMPEditorInf<C> edt,
EDB e) |
HTML(MTMPEditorInf<C> edt,
EdbPrint p) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected String |
conversion(String text) |
EdbDoc.Content |
createGradeCount(MMPrinter.GradeCount gc,
boolean withDivision,
boolean printManager) |
EdbDoc.Content |
createLevelCount(MMPrinter.LevelCount lc,
boolean withDivision,
boolean printManager) |
EdbDoc.Content |
createRecentChanges(C cat,
int seconds) |
void |
end() |
void |
footer() |
(package private) EdbCaption |
getCaption(UReference ur) |
String |
getExtension() |
(package private) String |
getGradeBGC(C cat,
YSet yset) |
(package private) String |
getGradeByDirectorBGC(C cat,
YSet yset) |
(package private) String |
getGradeBySelfBGC(C cat,
YSet yset) |
(package private) String |
getLevelBGC(C cat,
ASet aset) |
(package private) String |
getLevelByDirectorBGC(C cat,
ASet aset) |
(package private) String |
getLevelBySelfBGC(C cat,
ASet aset) |
void |
header(String title) |
boolean |
is(String name) |
void |
newPage() |
void |
newPage(boolean force) |
void |
open(File file) |
boolean |
printAchievement(C cat,
MMPrinter.Config config) |
boolean |
printASummary(int a,
MMPrinter.Config config) |
boolean |
printASummaryPrefix(int a,
MMPrinter.Config config) |
boolean |
printChange(C cat,
int year,
boolean withDivision) |
boolean |
printCharger() |
boolean |
printLinkIndex() |
boolean |
printMaintainer() |
boolean |
printMaster(C cat) |
boolean |
printMextYearPlan(int y) |
boolean |
printMextYearReport(int y) |
boolean |
printOutput(C cat,
int years,
int achievements,
MMPrinter.Config config) |
boolean |
printPlanChange(C cat,
int years) |
boolean |
printRecentChanges(int seconds) |
boolean |
printYearReport(C cat,
int y,
MMPrinter.Config config) |
boolean |
printYSummary(int y,
MMPrinter.Config config) |
boolean |
printYSummaryPrefix(int y,
MMPrinter.Config config) |
void |
setDirectoryDepth(int depth) |
void |
setPageTitle(String title) |
void |
setSSL(boolean s) |
void |
start(String title) |
a2y, createDivisionsContent, createMValue, createMValue, getAchievementTitle, getAchievementTitle, getBodyOfNumberedText, getDateString, getGrade, getGrade, getGradeByDirector, getGradeBySelf, getGradeCount, getLevel, getLevelByDirector, getLevelBySelf, getLevelCount, getNumberOfNumberedText, getOutputTitle, getOutputTitle, getPresent, getPresentDate, getPresentYth, getText, getYearReportTitle, getYearReportTitle, hasIndividualityAction, makeHistory, prefetchYearlyData, prefetchYearlyData, print, printAchievementHeader, printOutputHeader, printPlanChangeHeader, printYearReportHeader, setBigDigit, setLink
protected PrintWriter pw
static final String[] GradeBGC
static final String[] LevelBGC
public HTML(MTMPEditorInf<C> edt, EDB e)
public HTML(MTMPEditorInf<C> edt, EdbPrint p)
public String getExtension()
getExtension
in class MMPrinter<C extends Category>
protected String conversion(String text)
conversion
in class MMPrinter<C extends Category>
public void setSSL(boolean s)
public void setDirectoryDepth(int depth)
public void open(File file) throws IOException
open
in class MMPrinter<C extends Category>
IOException
public void newPage(boolean force)
public void setPageTitle(String title)
setPageTitle
in class MMPrinter<C extends Category>
public boolean printMaster(C cat)
printMaster
in class MMPrinter<C extends Category>
public boolean printYearReport(C cat, int y, MMPrinter.Config config)
printYearReport
in class MMPrinter<C extends Category>
public boolean printAchievement(C cat, MMPrinter.Config config)
printAchievement
in class MMPrinter<C extends Category>
public boolean printOutput(C cat, int years, int achievements, MMPrinter.Config config)
printOutput
in class MMPrinter<C extends Category>
public boolean printChange(C cat, int year, boolean withDivision)
printChange
in class MMPrinter<C extends Category>
public boolean printPlanChange(C cat, int years)
printPlanChange
in class MMPrinter<C extends Category>
public boolean printMextYearReport(int y)
printMextYearReport
in class MMPrinter<C extends Category>
public EdbDoc.Content createGradeCount(MMPrinter.GradeCount gc, boolean withDivision, boolean printManager)
public boolean printYSummaryPrefix(int y, MMPrinter.Config config)
printYSummaryPrefix
in class MMPrinter<C extends Category>
public boolean printYSummary(int y, MMPrinter.Config config)
printYSummary
in class MMPrinter<C extends Category>
public EdbDoc.Content createLevelCount(MMPrinter.LevelCount lc, boolean withDivision, boolean printManager)
public boolean printASummaryPrefix(int a, MMPrinter.Config config)
printASummaryPrefix
in class MMPrinter<C extends Category>
public boolean printASummary(int a, MMPrinter.Config config)
printASummary
in class MMPrinter<C extends Category>
EdbCaption getCaption(UReference ur)
public boolean printCharger()
printCharger
in class MMPrinter<C extends Category>
public boolean printMaintainer()
printMaintainer
in class MMPrinter<C extends Category>
public boolean printLinkIndex()
printLinkIndex
in class MMPrinter<C extends Category>
public boolean printRecentChanges(int seconds)
printRecentChanges
in class MMPrinter<C extends Category>
public EdbDoc.Content createRecentChanges(C cat, int seconds)
public boolean printMextYearPlan(int y)
printMextYearPlan
in class MMPrinter<C extends Category>
EDB Working Group at Tue Jun 10 17:08:59 JST 2025