org.autoplot.APSplash

APSplash( )

create a new APSplash, used to give something to look at while Autoplot is starting up.


checkTime

checkTime( String msg ) → void

used for debugging, to log the current time

Parameters

msg - a String

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getInstance

getInstance( ) → APSplash

Returns:

org.autoplot.APSplash

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getLogHandler

getLogHandler( ) → Handler

return the log handler which is used to echo messages as the application starts up.

Returns:

the log handler

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getVersion

getVersion( ) → String

return the Autoplot version. Conventionally this is $Y$m$d$(x,regex='[a-z]') or v$Y$(x,regex='[ab]')_$(x,regex='\d+') (20220302a or v2022a_3), or (dev).

Returns:

a String

[search for examples] [view on GitHub] [view on old javadoc] [view source]


hideSplash

hideSplash( ) → void

hide the splash image.

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


showSplash

showSplash( ) → void

show the splash image on the screen.

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]