es.rvp.java.simpletag.gui.fonts
Class FontApplication

java.lang.Object
  extended by es.rvp.java.simpletag.gui.fonts.FontApplication

public class FontApplication
extends Object

Fuente de la aplicación.

Author:
Rodrigo Villamil Pérez

Constructor Summary
FontApplication()
           
 
Method Summary
 String getDescription()
           
 int getHeigh()
           
 String getID()
           
 int getStyle()
          Like SWT: NORMAL = 0,BOLD = 1,ITALIC = 2;
 void setDescription(String description)
           
 void setHeigh(int heigh)
           
 void setID(String ID)
           
 void setStyle(int style)
          Like SWT: NORMAL = 0,BOLD = 1,ITALIC = 2;
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FontApplication

public FontApplication()
Method Detail

getStyle

public int getStyle()
Like SWT: NORMAL = 0,BOLD = 1,ITALIC = 2;


setStyle

public void setStyle(int style)
Like SWT: NORMAL = 0,BOLD = 1,ITALIC = 2;


getHeigh

public int getHeigh()

setHeigh

public void setHeigh(int heigh)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getID

public String getID()

setID

public void setID(String ID)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Rodrigo Villamil Pérez. All Rights Reserved.