Interface ElementBox

All Superinterfaces:
Element, InteractionSource
All Known Implementing Classes:
ElementBox, ElementObject

public interface ElementBox extends Element

Title: ElementBox

Description: A 3D Box

Version:
March 2005
Author:
Francisco Esquembre
  • Method Details

    • setClosedBottom

      void setClosedBottom(boolean close)
      Whether the box should be closed at its bottom.
      Parameters:
      close - the desired value
    • isClosedBottom

      boolean isClosedBottom()
      Whether the box is closed at its bottom.
      Returns:
      the value
    • setClosedTop

      void setClosedTop(boolean close)
      Whether the box should be closed at its top.
      Parameters:
      close - the desired value
    • isClosedTop

      boolean isClosedTop()
      Whether the box is closed at its top.
      Returns:
      the value