mirror of
https://github.com/sojamo/controlp5
synced 2024-11-22 22:07:55 +01:00
Update CDrawable.java
@FunctionalInterface
This commit is contained in:
parent
423f3f0dff
commit
c61291e963
@ -1,5 +1,3 @@
|
||||
package controlP5;
|
||||
|
||||
/**
|
||||
* controlP5 is a processing gui library.
|
||||
*
|
||||
@ -25,12 +23,14 @@ package controlP5;
|
||||
*
|
||||
*/
|
||||
|
||||
package controlP5;
|
||||
|
||||
import processing.core.PGraphics;
|
||||
|
||||
/**
|
||||
* The CDrawable interface is used to draw controllers, primarily for internal use.
|
||||
*/
|
||||
public interface CDrawable {
|
||||
@FunctionalInterface public interface CDrawable {
|
||||
|
||||
public void draw( PGraphics theGraphics );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user