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 TypeMethodDescriptionvoidEditFontWeightResult.setFontWeight(FontWeightTransfer fontWeight) voidGetFontWeightDescriptionsResult.setFontWeight(FontWeightTransfer fontWeight) voidGetFontWeightResult.setFontWeight(FontWeightTransfer fontWeight) Method parameters in com.echothree.control.user.core.common.result with type arguments of type FontWeightTransferModifier and TypeMethodDescriptionvoidGetFontWeightsResult.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 TypeMethodDescriptionvoidAppearanceTransfer.setFontWeight(FontWeightTransfer fontWeight) Sets the fontWeight.voidFontWeightDescriptionTransfer.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 TypeMethodDescriptionFontControl.getFontWeightTransfer(UserVisit userVisit, FontWeight fontWeight) Methods in com.echothree.model.control.core.server.control that return types with arguments of type FontWeightTransferModifier and TypeMethodDescriptionFontControl.getFontWeightTransfers(UserVisit userVisit) FontControl.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(UserVisit userVisit, FontWeight fontWeight)