Uses of Class
com.echothree.model.control.core.common.transfer.FontStyleTransfer
Packages that use FontStyleTransfer
Package
Description
-
Uses of FontStyleTransfer in com.echothree.control.user.core.common.result
Methods in com.echothree.control.user.core.common.result that return FontStyleTransferModifier and TypeMethodDescriptionEditFontStyleResult.getFontStyle()GetFontStyleDescriptionsResult.getFontStyle()GetFontStyleResult.getFontStyle()Methods in com.echothree.control.user.core.common.result that return types with arguments of type FontStyleTransferMethods in com.echothree.control.user.core.common.result with parameters of type FontStyleTransferModifier and TypeMethodDescriptionvoidEditFontStyleResult.setFontStyle(FontStyleTransfer fontStyle) voidGetFontStyleDescriptionsResult.setFontStyle(FontStyleTransfer fontStyle) voidGetFontStyleResult.setFontStyle(FontStyleTransfer fontStyle) Method parameters in com.echothree.control.user.core.common.result with type arguments of type FontStyleTransferModifier and TypeMethodDescriptionvoidGetFontStylesResult.setFontStyles(List<FontStyleTransfer> fontStyles) -
Uses of FontStyleTransfer in com.echothree.model.control.core.common.transfer
Methods in com.echothree.model.control.core.common.transfer that return FontStyleTransferModifier and TypeMethodDescriptionAppearanceTransfer.getFontStyle()Returns the fontStyle.FontStyleDescriptionTransfer.getFontStyle()Returns the fontStyle.Methods in com.echothree.model.control.core.common.transfer with parameters of type FontStyleTransferModifier and TypeMethodDescriptionvoidAppearanceTransfer.setFontStyle(FontStyleTransfer fontStyle) Sets the fontStyle.voidFontStyleDescriptionTransfer.setFontStyle(FontStyleTransfer fontStyle) Sets the fontStyle.Constructors in com.echothree.model.control.core.common.transfer with parameters of type FontStyleTransferModifierConstructorDescriptionAppearanceTransfer(String appearanceName, ColorTransfer textColor, ColorTransfer backgroundColor, FontStyleTransfer fontStyle, FontWeightTransfer fontWeight, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of AppearanceTransferFontStyleDescriptionTransfer(LanguageTransfer language, FontStyleTransfer fontStyle, String description) Creates a new instance of FontStyleDescriptionTransfer -
Uses of FontStyleTransfer in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return FontStyleTransferModifier and TypeMethodDescriptionFontControl.getFontStyleTransfer(UserVisit userVisit, FontStyle fontStyle) Methods in com.echothree.model.control.core.server.control that return types with arguments of type FontStyleTransferModifier and TypeMethodDescriptionFontControl.getFontStyleTransfers(UserVisit userVisit) FontControl.getFontStyleTransfers(UserVisit userVisit, Collection<FontStyle> entities) -
Uses of FontStyleTransfer in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer that return FontStyleTransferModifier and TypeMethodDescriptionFontStyleTransferCache.getFontStyleTransfer(UserVisit userVisit, FontStyle fontStyle)