All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.gv2011.util.swing.imp.builder.Column Maven / Gradle / Ivy

There is a newer version: 0.14
Show newest version
package com.github.gv2011.util.swing.imp.builder;

final class Column extends Group{

  Column(final VTabImp tab, final Block block) {
    super(tab, block);
  }

  @Override
  void setBounds(final Block block, final short upper, final short height) {
    block.setVertical(upper, height);
  }

  @Override
  Orientation orientation() {
    return Orientation.VERTICAL;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy