A B C D E F G H I K L M P R S T V

S

schedule(Runnable, long, TimeUnit) - Static method in class fr.umlv.lawrence.Application
Creates and executes a one-shot action that becomes enabled after the given delay in the application thread.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Static method in class fr.umlv.lawrence.Application
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given period; that is executions will commence after initialDelay then initialDelay+period, then initialDelay + 2 * period, and so on.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Static method in class fr.umlv.lawrence.Application
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given delay between the termination of one execution and the commencement of the next.
setAtDeffered(int, int, E, int) - Method in class fr.umlv.lawrence.DefaultGridModel
set element to cell (x,y), asking the change to be done in the back buffer, and only displayed by a call to DefaultGridModel.swap().
setDeffered(int, int, Collection<? extends E>) - Method in class fr.umlv.lawrence.DefaultGridModel
Change all elements of cell (x,y), asking the change to be done in the back buffer, and only displayed by a call to DefaultGridModel.swap().
setDPI(double) - Method in class fr.umlv.lawrence.svg.BufferedImageTranscoder
Set DPI for this transcoder
setDPI(double) - Method in class fr.umlv.lawrence.svg.SVGImageProvider
 
setHighligthElement(int, int, E) - Method in class fr.umlv.lawrence.DefaultGridModel
Set or remove the highlight element at a location.
setHighligthElement(Location, E) - Method in class fr.umlv.lawrence.DefaultGridModel
Set or remove the highlight element at a location.
setTargetHeight(float) - Method in class fr.umlv.lawrence.svg.BufferedImageTranscoder
 
setTargetWidth(float) - Method in class fr.umlv.lawrence.svg.BufferedImageTranscoder
 
SVGImageProvider<E> - Class in fr.umlv.lawrence.svg
 
SVGImageProvider() - Constructor for class fr.umlv.lawrence.svg.SVGImageProvider
 
swap() - Method in class fr.umlv.lawrence.DefaultGridModel
Ask deferred changes to become effective.

A B C D E F G H I K L M P R S T V