Documentation of 'org.jplot2d.layout.GridConstraint' Java class
GridConstraint
org.jplot2d.layout

Class GridConstraint



  • public class GridConstraint
    extends java.lang.Object
    The constraint defines the x,y indexes in the grid of grid layout. The x is the index from left to right. The y is the index from bottom to top.
    • Constructor Summary

      Constructors 
      Constructor and Description
      GridConstraint(int gridx, int gridy) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj) 
      int getGridX() 
      int getGridY() 
      • Methods inherited from class java.lang.Object

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

      • GridConstraint

        public GridConstraint(int gridx,
                              int gridy)
    • Method Detail

      • getGridX

        public int getGridX()
      • getGridY

        public int getGridY()
      • equals

        public boolean equals(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.