Class Frank


public class Frank extends Shape
  • Field Details

    • frankMargin

      public static final int frankMargin
      See Also:
    • frankString

      public static String frankString
    • baseFont3d

      public Font baseFont3d
    • frankWidth

      public int frankWidth
    • frankAscent

      public int frankAscent
    • frankDescent

      public int frankDescent
    • font3d

      public Font font3d
  • Constructor Details

    • Frank

      public Frank()
  • Method Details

    • initShape

      public void initShape()
      Specified by:
      initShape in class Shape
    • setProperty

      public void setProperty(String propertyName, Object value, BS bs)
      Specified by:
      setProperty in class Shape
    • wasClicked

      public boolean wasClicked(int x, int y)
      Overrides:
      wasClicked in class Shape
      Parameters:
      x -
      y -
      Returns:
      T/F
    • checkObjectHovered

      public boolean checkObjectHovered(int x, int y, BS bsVisible)
      Overrides:
      checkObjectHovered in class Shape
      Parameters:
      x -
      y -
      bsVisible -
      Returns:
      T/F
    • getFont

      public void getFont(float imageFontScaling)
    • getShapeState

      public String getShapeState()
      Specified by:
      getShapeState in class Shape