Class CTRunDelegate


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

      Constructors 
      Constructor Description
      CTRunDelegate()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getAscent()  
      protected org.robovm.apple.coretext.CTRunDelegateIntern getDelegate()  
      double getDescent()  
      double getWidth()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CTRunDelegate

        public CTRunDelegate()
    • Method Detail

      • getDelegate

        protected org.robovm.apple.coretext.CTRunDelegateIntern getDelegate()
      • getAscent

        public double getAscent()
      • getDescent

        public double getDescent()
      • getWidth

        public double getWidth()