Uses of Class
net.sourceforge.fixpusher.model.message.FontProperties

Packages that use FontProperties
net.sourceforge.fixpusher.model.message Provides classes defining the data structure of a FIX message. 
 

Uses of FontProperties in net.sourceforge.fixpusher.model.message
 

Methods in net.sourceforge.fixpusher.model.message that return FontProperties
 FontProperties AbstractFIXElement.getFontProperties()
          Gets the font properties.
 

Methods in net.sourceforge.fixpusher.model.message with parameters of type FontProperties
 void AbstractFIXElement.setFontProperties(FontProperties fontProperties)
          Sets the font properties.