com.rational.test.ft.domain.html

Class AreaShape

  • java.lang.Object
    • com.rational.test.ft.domain.html.AreaShape


  • public class AreaShape
    extends java.lang.Object
    • Constructor Detail

      • AreaShape

        public AreaShape(java.lang.String shapeName)
    • Method Detail

      • rectangle

        public static AreaShape rectangle()
      • polygon

        public static AreaShape polygon()
      • isRectangle

        public boolean isRectangle()
      • isCircle

        public boolean isCircle()
      • isPolygon

        public boolean isPolygon()