org.prelle.ansi.TemporaryControlSequence Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libansi Show documentation
Show all versions of libansi Show documentation
Inject or recevie ANSI control codes from streams
The newest version!
package org.prelle.ansi;
/**
*
*/
public class TemporaryControlSequence extends ControlSequenceFragment {
//-------------------------------------------------------------------
/**
*/
public TemporaryControlSequence() {
// TODO Auto-generated constructor stub
}
//-------------------------------------------------------------------
/**
* @param command
* @param name
* @param level
*/
public TemporaryControlSequence(int command, String name, Level level) {
super(command, name, level);
// TODO Auto-generated constructor stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy