// // general utility methods // /// <summary> /// Tests if the specified <code>GlyphVector</code> exactly /// equals this <code>GlyphVector</code>. </summary> /// <param name="set"> the specified <code>GlyphVector</code> to test </param> /// <returns> <code>true</code> if the specified /// <code>GlyphVector</code> equals this <code>GlyphVector</code>; /// <code>false</code> otherwise. </returns> public abstract bool Equals(GlyphVector set);
/// <summary> /// Renders the text of the specified /// <A HREF="../../java/awt/font/GlyphVector.html" title="class in java.awt.font"><CODE>GlyphVector</CODE></A> using /// the <code>Graphics2D</code> context's rendering attributes. /// </summary> abstract public void drawGlyphVector(GlyphVector @g, float @x, float @y);
/// <summary> /// Tests if the specified <code>GlyphVector</code> exactly /// equals this <code>GlyphVector</code>. /// </summary> abstract public bool equals(GlyphVector @set);