public abstract class AbstractTextCommand extends Command
Modifier and Type | Field and Description |
---|---|
android.graphics.Point |
position
The position at which the string should be displayed
|
java.lang.String |
string
The string to display
|
args, currentArg, currentArgBit, currentByte
Constructor and Description |
---|
AbstractTextCommand(int ec,
int eid,
int l,
java.io.DataInput in) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
flipString(java.lang.String s)
Flip the given string for left text path
|
java.lang.String |
getString() |
alignOnWord, BytesFromEnum, BytesFromInt, BytesFromSignedInt16, cleanUpArguments, getElementClass, getelementID, info, makeByte, makeChar, makeColorIndex, makeColorIndex, makeDirectColor, makeEnum, makeFixedPoint, makeFixedString, makeFloat32, makeFloatingPoint, makeFloatingPoint32, makeIndex, makeInt, makeName, makePoint, makeReal, makeSDR, makeSignedInt16, makeSignedInt24, makeSignedInt32, makeSignedInt8, makeSizeSpecification, makeString, makeUInt, makeVc, makeVdc, read, readCommand, sizeOfDirectColor, sizeOfEnum, sizeOfInt, sizeOfPoint, sizeOfVdc, toString, unimplemented, unsupported
public java.lang.String string
public android.graphics.Point position