Documentation of 'org.neuroph.imgrec.image.Dimension' Java class
Dimension
org.neuroph.imgrec.image

Class Dimension

  • All Implemented Interfaces:
    java.io.Serializable


    public class Dimension
    extends java.lang.Object
    implements java.io.Serializable
    This class holds dimensions (width and height) and it is a replacement for java.awt.Dimension on Android
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      Dimension(int width, int height) 
    • Constructor Detail

      • Dimension

        public Dimension(int width,
                         int height)
    • Method Detail

      • getWidth

        public int getWidth()
      • setWidth

        public void setWidth(int width)
      • getHeight

        public int getHeight()
      • setHeight

        public void setHeight(int height)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.