Uses of Class
com.echothree.model.control.core.common.transfer.FontWeightTransfer
Packages that use FontWeightTransfer
Package
Description
-
Uses of FontWeightTransfer in com.echothree.control.user.core.common.result
Methods in com.echothree.control.user.core.common.result that return FontWeightTransferModifier and TypeMethodDescriptionEditFontWeightResult.getFontWeight()
GetFontWeightDescriptionsResult.getFontWeight()
GetFontWeightResult.getFontWeight()
Methods in com.echothree.control.user.core.common.result that return types with arguments of type FontWeightTransferMethods in com.echothree.control.user.core.common.result with parameters of type FontWeightTransferModifier and TypeMethodDescriptionvoid
EditFontWeightResult.setFontWeight
(FontWeightTransfer fontWeight) void
GetFontWeightDescriptionsResult.setFontWeight
(FontWeightTransfer fontWeight) void
GetFontWeightResult.setFontWeight
(FontWeightTransfer fontWeight) Method parameters in com.echothree.control.user.core.common.result with type arguments of type FontWeightTransferModifier and TypeMethodDescriptionvoid
GetFontWeightsResult.setFontWeights
(List<FontWeightTransfer> fontWeights) -
Uses of FontWeightTransfer in com.echothree.model.control.core.common.transfer
Methods in com.echothree.model.control.core.common.transfer that return FontWeightTransferModifier and TypeMethodDescriptionAppearanceTransfer.getFontWeight()
Returns the fontWeight.FontWeightDescriptionTransfer.getFontWeight()
Returns the fontWeight.Methods in com.echothree.model.control.core.common.transfer with parameters of type FontWeightTransferModifier and TypeMethodDescriptionvoid
AppearanceTransfer.setFontWeight
(FontWeightTransfer fontWeight) Sets the fontWeight.void
FontWeightDescriptionTransfer.setFontWeight
(FontWeightTransfer fontWeight) Sets the fontWeight.Constructors in com.echothree.model.control.core.common.transfer with parameters of type FontWeightTransferModifierConstructorDescriptionAppearanceTransfer
(String appearanceName, ColorTransfer textColor, ColorTransfer backgroundColor, FontStyleTransfer fontStyle, FontWeightTransfer fontWeight, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of AppearanceTransferFontWeightDescriptionTransfer
(LanguageTransfer language, FontWeightTransfer fontWeight, String description) Creates a new instance of FontWeightDescriptionTransfer -
Uses of FontWeightTransfer in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return FontWeightTransferModifier and TypeMethodDescriptionCoreControl.getFontWeightTransfer
(UserVisit userVisit, FontWeight fontWeight) Methods in com.echothree.model.control.core.server.control that return types with arguments of type FontWeightTransferModifier and TypeMethodDescriptionCoreControl.getFontWeightTransfers
(UserVisit userVisit) CoreControl.getFontWeightTransfers
(UserVisit userVisit, Collection<FontWeight> entities) -
Uses of FontWeightTransfer in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer that return FontWeightTransferModifier and TypeMethodDescriptionFontWeightTransferCache.getFontWeightTransfer
(FontWeight fontWeight)