Class GraphFont

java.lang.Object
com.github.gbenroscience.math.graph.tools.GraphFont

public class GraphFont extends Object
Author:
GBEMIRO
  • Constructor Details

    • GraphFont

      public GraphFont(String family, FontStyle style, float size)
  • Method Details

    • getFamily

      public String getFamily()
    • setFamily

      public void setFamily(String family)
    • getStyle

      public FontStyle getStyle()
    • setStyle

      public void setStyle(FontStyle style)
    • getSize

      public float getSize()
    • setSize

      public void setSize(float size)