Class Dimension


  • public class Dimension
    extends Wrapper
    Class representing a dimension, which may be dynamic (undetermined until runtime), in a shape or shape-like object.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Dimension​(long addr)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void delete​(long nativeObj)  
      int get_length()
      Convert this dimension to int value.
      • Methods inherited from class java.lang.Object

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

      • Dimension

        protected Dimension​(long addr)
    • Method Detail

      • get_length

        public int get_length()
        Convert this dimension to int value. This dimension must be static and non-negative. Throws std::invalid_argument If this dimension is dynamic or negative.
      • delete

        protected void delete​(long nativeObj)
        Overrides:
        delete in class Wrapper