
org.davic.net.ca.Text Maven / Gradle / Ivy
The newest version!
package org.davic.net.ca;
/** Class representing a text MMI object.
*/
public class Text extends MMIObject {
/* For javadoc to hide the non-public constructor */
Text() {}
/**
* @return the text to be displayed
*/
public String getText() {
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy