fr.orsay.lri.varna.models.export
Class FontCommand

java.lang.Object
  extended by fr.orsay.lri.varna.models.export.GraphicElement
      extended by fr.orsay.lri.varna.models.export.FontCommand

public class FontCommand
extends GraphicElement


Field Summary
private  int _font
           
private  double _size
           
 
Constructor Summary
FontCommand(int font, double size)
           
 
Method Summary
 int get_font()
           
 double get_size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_font

private int _font

_size

private double _size
Constructor Detail

FontCommand

public FontCommand(int font,
                   double size)
Method Detail

get_font

public int get_font()

get_size

public double get_size()