Class Hint

    • Field Detail

      • additionalGeometryItems

        protected java.util.List<GeometryItem<?>> additionalGeometryItems
    • Constructor Detail

      • Hint

        public Hint()
    • Method Detail

      • addAdditionalItem

        public void addAdditionalItem​(GeometryItem<?> geometryItem)
        Parameters:
        geometryItem - to add GeometryItem objects, which are only relevant for displaying
      • getGeometryItems

        public abstract java.util.List<GeometryItem<?>> getGeometryItems()
        Returns:
        a list of this hints GeometryItem objects.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
        Parameters:
        other - the Object, we want to check the type of.
        Returns:
        true, if other is instanceof Hint. false, otherwise.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getAdditionalGeometryItems

        public java.util.List<GeometryItem<?>> getAdditionalGeometryItems()