Menu

Text Effects

William A. Hood

Text Effects Programmers Reference


  • Note that most operations should be accomplished using the static FX class. Outline Builder and Throbber should also be used as separate classes.

FX Class

// AnnouncementFactory
String unboxedAnnouncement(Announcement theAnnouncement, int size)
String unboxedAnnouncement(Announcement theAnnouncement)
String unboxedAnnouncement(String title, String message, int size)
String unboxedAnnouncement(String title, String message)
String announcementBox(FxMode mode, Announcement theAnnouncement)
String announcementBox(Announcement theAnnouncement)
String announcementBox (FxMode mode, String title, String message)
String announcementBox (String title, String message)

// BannerFactory
String banner(FxMode mode, String message)
String banner(String message)

// BarGraphFactory
String barGraph(FxMode mode, GraphType typeOfGraph, BarGraphSortingStyle sortPriority, String graphTitle, GraphUnit... graphUnits)
String barGraph(GraphType typeOfGraph, BarGraphSortingStyle sortPriority, String graphTitle, GraphUnit... graphUnits)
String barGraph(FxMode mode, GraphType typeOfGraph, BarGraphSortingStyle sortPriority, GraphUnit... graphUnits)
String barGraph(GraphType typeOfGraph, BarGraphSortingStyle sortPriority, GraphUnit... graphUnits)
String barGraph(FxMode mode, GraphType typeOfGraph, String graphTitle, GraphUnit... graphUnits)
String barGraph(GraphType typeOfGraph, String graphTitle, GraphUnit... graphUnits)
String barGraph(FxMode mode, BarGraphSortingStyle sortPriority, String graphTitle, GraphUnit... graphUnits)
String barGraph(BarGraphSortingStyle sortPriority, String graphTitle, GraphUnit... graphUnits)
String barGraph(FxMode mode, String graphTitle, GraphUnit... graphUnits)
String barGraph(String graphTitle, GraphUnit... graphUnits)
String barGraph(FxMode mode, BarGraphSortingStyle sortPriority , GraphUnit... graphUnits)
String barGraph(BarGraphSortingStyle sortPriority , GraphUnit... graphUnits)
String barGraph(FxMode mode, GraphType typeOfGraph, GraphUnit... graphUnits)
String barGraph(GraphType typeOfGraph, GraphUnit... graphUnits)

// BoxFactory
String wordBox(FxMode mode, String innerWord, int borders, String header, String message, String footer)
String wordBox(String innerWord, int borders, String header, String message, String footer)
String wordBox(FxMode mode, String innerWord, String header, String message, String footer)
String wordBox(String innerWord, String header, String message, String footer)
String wordBox(FxMode mode, String innerWord, String message)
String wordBox(String innerWord, String message)
String wordBox(FxMode mode, String innerWord, int borders, String message)
String wordBox(String innerWord, int borders, String message)
String wordBox(FxMode mode, String innerWord, int borders, String header, String footer)
String wordBox(String innerWord, int borders, String header, String footer)
String wordBox(FxMode mode, String innerWord, int borders)
String wordBox(String innerWord, int borders)
String wordBox(FxMode mode, String innerWord)
String wordBox(String innerWord)
String wrapperBox (FxMode mode, int borders, String message)
String wrapperBox (int borders, String message)
String wrapperBox (FxMode mode, String message)
String wrapperBox (String message)
String noticeIcon(FxMode mode, String header, String message, String footer)
String noticeIcon(String header, String message, String footer)
String noticeIcon(FxMode mode, String header, String footer)
String noticeIcon(String header, String footer)
String noticeIcon(FxMode mode, String message)
String noticeIcon(String message)
String charBox(FxMode mode, char character, int borders, String message)
String charBox(char character, int borders, String message)
String charBox(FxMode mode, char character, String message)
String charBox(char character, String message)
String charBox(FxMode mode, char character, int borders)
String charBox(char character, int borders)
String charBox(FxMode mode, char character)
String charBox(char character)
String doneNotice(FxMode mode, String header, String message, String footer)
String doneNotice(String header, String message, String footer)
String doneNotice(FxMode mode, String header, String footer)
String doneNotice(String header, String footer)
String doneNotice(FxMode mode, String message)
String doneNotice(String message)
String exclaimIcon(FxMode mode, int borders, String message)
String exclaimIcon(int borders, String message)
String exclaimIcon(FxMode mode, String message)
String exclaimIcon(String message)
String exclaimIcon(FxMode mode, int borders)
String exclaimIcon(int borders)
String exclaimIcon(FxMode mode)
String exclaimIcon()
String infoIcon(FxMode mode, int borders, String message)
String infoIcon(int borders, String message)
String infoIcon(FxMode mode, String message)
String infoIcon(String message)
String infoIcon(FxMode mode, int borders)
String infoIcon(int borders)
String infoIcon(FxMode mode)
String infoIcon()
String questionIcon(FxMode mode, int borders, String message)
String questionIcon(int borders, String message)
String questionIcon(FxMode mode, String message)
String questionIcon(String message)
String questionIcon(FxMode mode, int borders)
String questionIcon(int borders)
String questionIcon(FxMode mode)
String questionIcon()
String passNotice(FxMode mode, String header, String message, String footer)
String passNotice(String header, String message, String footer)
String passNotice(FxMode mode, String header, String footer)
String passNotice(String header, String footer)
String passNotice(FxMode mode, String message)
String passNotice(String message)
String warnNotice(FxMode mode, String header, String message, String footer)
String warnNotice(String header, String message, String footer)
String warnNotice(FxMode mode, String header, String footer)
String warnNotice(String header, String footer)
String warnNotice(FxMode mode, String message)
String warnNotice(String message)
String stopSign(FxMode mode, String header, String message, String footer)
String stopSign(String header, String message, String footer)
String stopSign(FxMode mode, String header, String footer)
String stopSign(String header, String footer)
String stopSign(FxMode mode, String message)
String stopSign(String message)
String failNotice(FxMode mode, String header, String message, String footer)
String failNotice(String header, String message, String footer)
String failNotice(FxMode mode, String header, String footer)
String failNotice(String header, String footer)
String failNotice(FxMode mode, String message)
String failNotice(String message)

// CalendarFactory
String calendar(FxMode mode, CalendarSize specifiedSize, int firstDay, Date target, boolean marked, CalendarNotice... notices)
String calendar(CalendarSize specifiedSize, int firstDay, Date target, boolean marked, CalendarNotice... notices)
String calendar(FxMode mode, CalendarSize specifiedSize, Date target, boolean marked, CalendarNotice... notices)
String calendar(CalendarSize specifiedSize, Date target, boolean marked, CalendarNotice... notices)
String calendar(FxMode mode, CalendarSize specifiedSize, Date target)
String calendar(CalendarSize specifiedSize, Date target)
String calendar(FxMode mode, Date target, boolean marked)
String calendar(Date target, boolean marked)
String calendar(FxMode mode, Date target)
String calendar(Date target)

// DividerBoxFactory
String dividerBox(FxMode mode, int columnWidth, Boolean sortAnnouncements, Announcement... announcements)
String dividerBox(int columnWidth, Boolean sortAnnouncements, Announcement... announcements)
String dividerBox(FxMode mode, int columnWidth, Announcement... announcements)
String dividerBox(int columnWidth, Announcement... announcements)
String dividerBox(FxMode mode, Boolean sortAnnouncements, Announcement... announcements)
String dividerBox(Boolean sortAnnouncements, Announcement... announcements)
String dividerBox(FxMode mode, Announcement... announcements)
String dividerBox(Announcement... announcements)
String dividerBox(FxMode mode, String title, String text)
String dividerBox(String title, String text)
String dividerBox(FxMode mode, int columnWidth, String title, String text)
String dividerBox(int columnWidth, String title, String text)

// MessageUnionFactory
String messageUnion(VerticalJustification justification, String... stringsToCombine)
String messageUnion(String... stringsToCombine)

// ProgressBarFactory
String progressBar(FxMode mode, int size, double progress)
String progressBar(int size, double progress)
String progressBar(FxMode mode, int size, float progress)
String progressBar(int size, float progress)
String progressBar(FxMode mode, double progress)
String progressBar(double progress)
String progressBar(FxMode mode, float progress)
String progressBar(float progress)
String progressBar(FxMode mode, int percentage)
String progressBar(int percentage)
String progressBar(FxMode mode, int size, int percentage)
String progressBar(int size, int percentage)

// TableFactory
String table(FxMode mode, TableConfiguration configuration)
String table(TableConfiguration configuration)

// Symbols
String arrow(FxMode mode)
String arrow()
String arrow(FxMode mode, int size)
String arrow(int size)
String divider(FxMode mode, DividerTypes typeToUse, int length)
String divider(DividerTypes typeToUse, int length)
String divider(FxMode mode, DividerTypes typeToUse)
String divider(DividerTypes typeToUse)
String divider(FxMode mode, int length)
String divider(int length)
String divider(FxMode mode)
String divider()

String addBullet (String bulletCharacter, int indent, String message)
String addBullet(char bulletCharacter, int indent, String message)
String addBullet(FxChr bulletChr, int indent, String message)
String addBullet(FxChr bulletChr, int indent, String message)
String addBullet(int indent, String message)
String addBullet(char bulletCharacter, String message)
String addBullet(String message)


Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.