Class PositionedGlyph

java.lang.Object
com.softsynth.jmsl.score.PositionedGlyph

public class PositionedGlyph
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    PositionedGlyph​(java.lang.String glyph, double x, double y)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getGlyph()  
    double getX()  
    double getY()  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PositionedGlyph

      public PositionedGlyph​(java.lang.String glyph, double x, double y)
  • Method Details

    • getGlyph

      public java.lang.String getGlyph()
    • getX

      public double getX()
    • getY

      public double getY()