JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
parser.ng
com.github.gbenroscience.math.graph
AbstractView
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getWidth()
getHeight()
repaint()
repaint(int, int, int, int)
Interface AbstractView
public interface
AbstractView
Author:
GBEMIRO
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
getHeight
()
int
getWidth
()
void
repaint
()
void
repaint
(int x, int y, int width, int height)
Method Details
getWidth
int
getWidth
()
getHeight
int
getHeight
()
repaint
void
repaint
()
repaint
void
repaint
(int x, int y, int width, int height)