com.tapina.robe.swi
Class Font

java.lang.Object
  extended bycom.tapina.robe.runtime.Block
      extended bycom.tapina.robe.runtime.DataBlock
          extended bycom.tapina.robe.module.Module
              extended bycom.tapina.robe.swi.SWIHandler
                  extended bycom.tapina.robe.swi.Font

public final class Font
extends SWIHandler

This class represents a standard RISC OS module.


Field Summary
 
Fields inherited from class com.tapina.robe.swi.SWIHandler
log, METHOD_PARAMETERS
 
Method Summary
static int getBase()
           
static Font getInstance()
           
static java.lang.reflect.Method getMethod(java.lang.Integer offset)
           
 java.lang.String getName()
           
 void ListFonts(Environment env)
          This SWI returns, one at a time, the fonts found with the given path, or a font menu.
 
Methods inherited from class com.tapina.robe.module.Module
getBytes, getHelp, getSize, setSize
 
Methods inherited from class com.tapina.robe.runtime.Block
getAddress, setAddress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Font getInstance()

getBase

public static int getBase()

getName

public java.lang.String getName()
Overrides:
getName in class Module

getMethod

public static java.lang.reflect.Method getMethod(java.lang.Integer offset)
                                          throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

ListFonts

public final void ListFonts(Environment env)
This SWI returns, one at a time, the fonts found with the given path, or a font menu.

Parameters:
env -


Copyright © 2003-2005 . All Rights Reserved.