DixShtix

com.dixshtix.notation.symbols
Class PostscriptFontMetricsFile.SerializableRectangle

java.lang.Object
  |
  +--com.dixshtix.notation.symbols.PostscriptFontMetricsFile.SerializableRectangle
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PostscriptFontMetricsFile

public static class PostscriptFontMetricsFile.SerializableRectangle
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  double h
           
private  double w
           
private  double x
           
private  double y
           
 
Constructor Summary
PostscriptFontMetricsFile.SerializableRectangle(double x, double y, double w, double h)
           
 
Method Summary
 java.awt.geom.Rectangle2D getRectangle2D()
           
 java.awt.geom.Rectangle2D getRectangle2D(double x, double y, double s)
           
static PostscriptFontMetricsFile.SerializableRectangle parseRectangle(java.lang.String s)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

x

private double x

y

private double y

w

private double w

h

private double h
Constructor Detail

PostscriptFontMetricsFile.SerializableRectangle

public PostscriptFontMetricsFile.SerializableRectangle(double x,
                                                       double y,
                                                       double w,
                                                       double h)
Method Detail

getRectangle2D

public java.awt.geom.Rectangle2D getRectangle2D(double x,
                                                double y,
                                                double s)

getRectangle2D

public java.awt.geom.Rectangle2D getRectangle2D()

parseRectangle

public static PostscriptFontMetricsFile.SerializableRectangle parseRectangle(java.lang.String s)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

DixShtix