fr.orsay.lri.varna.views
Class VueFont

java.lang.Object
  extended by fr.orsay.lri.varna.views.VueFont

public class VueFont
extends Object


Field Summary
private  VARNAPanel _vp
           
private  JComboBox boxPolice
           
private  Font font
           
private  JPanel panel
           
private  JSlider sizeSlider
           
private  JComboBox stylesBox
           
 
Constructor Summary
VueFont(Font f)
           
VueFont(VARNAPanel vp)
           
 
Method Summary
private  void buildViewFont()
           
private  void buildViewVPTitle()
           
 JComboBox getBoxPolice()
           
 Font getFont()
           
 JPanel getPanel()
           
 JSlider getSizeSlider()
           
 JComboBox getStylesBox()
           
private  void init()
           
 String styleIntToString(int styleInt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_vp

private VARNAPanel _vp

font

private Font font

stylesBox

private JComboBox stylesBox

boxPolice

private JComboBox boxPolice

panel

private JPanel panel

sizeSlider

private JSlider sizeSlider
Constructor Detail

VueFont

public VueFont(VARNAPanel vp)

VueFont

public VueFont(Font f)
Method Detail

init

private void init()

buildViewFont

private void buildViewFont()

buildViewVPTitle

private void buildViewVPTitle()

styleIntToString

public String styleIntToString(int styleInt)

getStylesBox

public JComboBox getStylesBox()

getBoxPolice

public JComboBox getBoxPolice()

getPanel

public JPanel getPanel()

getSizeSlider

public JSlider getSizeSlider()

getFont

public Font getFont()