com.groupdocs.viewer.results

Interface Layout



  • public interface Layout
    Represents layout contained by the CAD drawing. Default implementation is LayoutImpl
    • Method Detail

      • equals

        boolean equals(Object other)
        Checks equality
        Overrides:
        equals in class Object
        Parameters:
        other - object to compare
        Returns:
        true if equal, otherwise false
      • getHeight

        double getHeight()
        The height of the layout.
      • getName

        String getName()
        The name of the layout.
      • getWidth

        double getWidth()
        The width of the layout.