public final class FontMetrics
extends java.lang.Object
FontMetrics
are obtained from GC
s using the
getFontMetrics()
method.GC.getFontMetrics()
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object)
Compares the argument to the receiver, and returns true if they represent
the same object using a class specific comparison.
|
int |
getAverageCharWidth()
Returns the average character width, measured in pixels, of the font
described by the receiver.
|
int |
getHeight()
Returns the height of the font described by the receiver, measured in
pixels.
|
int |
hashCode()
Returns an integer hash code for the receiver.
|
public int getAverageCharWidth()
public int getHeight()
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
object
- the object to compare with this objecttrue
if the object is the same as this object and
false
otherwisehashCode()
public int hashCode()
true
when passed to equals
must return the same
value for this method.hashCode
in class java.lang.Object
equals(java.lang.Object)
Copyright (c) EclipseSource and others 2002, 2015.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0