Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
org.bukkit.map.MinecraftFont Class Reference

Represents the built-in Minecraft font. More...

+ Inheritance diagram for org.bukkit.map.MinecraftFont:
+ Collaboration diagram for org.bukkit.map.MinecraftFont:

Public Member Functions

 MinecraftFont ()
 Initialize a new MinecraftFont.
 
- Public Member Functions inherited from org.bukkit.map.MapFont
void setChar (char ch, CharacterSprite sprite)
 Set the sprite for a given character.
 
CharacterSprite getChar (char ch)
 Get the sprite for a given character.
 
int getWidth (String text)
 Get the width of the given text as it would be rendered using this font.
 
int getHeight ()
 Get the height of this font.
 
boolean isValid (String text)
 Check whether the given text is valid.
 

Static Public Attributes

static final MinecraftFont Font = new MinecraftFont(false)
 A static non-malleable MinecraftFont.
 

Additional Inherited Members

- Protected Attributes inherited from org.bukkit.map.MapFont
boolean malleable = true
 

Detailed Description

Represents the built-in Minecraft font.

Definition at line 6 of file MinecraftFont.java.

Constructor & Destructor Documentation

org.bukkit.map.MinecraftFont.MinecraftFont ( )

Initialize a new MinecraftFont.

Definition at line 288 of file MinecraftFont.java.

Member Data Documentation

final MinecraftFont org.bukkit.map.MinecraftFont.Font = new MinecraftFont(false)
static

A static non-malleable MinecraftFont.

Definition at line 283 of file MinecraftFont.java.


The documentation for this class was generated from the following file: