INNER CODE UNIT · Java

GraphView

jjoe64/GraphView · src/main/java/com/jjoe64/graphview/GraphView.java:43

public class GraphView extends View {
    /**
     * Class to wrap style options that are general
     * to graphs.
     *
     * @author jjoe64
     */
    private static final class Styles {
        /**
         * The font size of the title that can be displayed
         * above the graph.
         *
         * @see GraphView#setTitle(String)
         */
        float titleTextSize;

        /**
         * The font color of the title that can be displayed

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…