Class GeometryPanel

    • Constructor Detail

      • GeometryPanel

        public GeometryPanel()
        Public constructor that sets up the panel's components but does not initialization.
      • GeometryPanel

        public GeometryPanel(Geometry geometry)
        Public constructor that initializes the panel to display information about the denoted geometry.
        Parameters:
        geometry - the geometry to display information about.
    • Method Detail

      • setup

        public void setup(Geometry geometry)
        Setup the panel to display information about the denoted geometry.
        Parameters:
        geometry - the geometry to display information about.
      • setupAndInit

        public void setupAndInit(Geometry geometry)
        Setup the panel to display information about the denoted geometry and reinitialize the panel.
        Parameters:
        geometry - the geometry to display information about.
      • getGeometry

        protected Geometry getGeometry()
        Returns:
        the currently displayed geometry.