Examples of CGridAreaLocation


Examples of bibliothek.gui.dock.common.location.CGridAreaLocation

    public JComponent getComponent(){
        return station;
    }
   
  public CLocation getStationLocation() {
    return new CGridAreaLocation( this );
  }
View Full Code Here

Examples of bibliothek.gui.dock.common.location.CGridAreaLocation

   * Creates a new location representing a grid area.
   * @param area the area that is represented
   * @return the new location
   */
  public static CGridAreaLocation normalized( CGridArea area ){
      return new CGridAreaLocation( area );
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.