Home
last modified time | relevance | path

Searched refs:horizontalJustification (Results 1 – 1 of 1) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
DTextSampleEntry.java47 private int horizontalJustification; // 8 bit field in TextSampleEntry
61 horizontalJustification = IsoTypeReader.readUInt8(content); in _parseDetails()
95 IsoTypeWriter.writeUInt8(byteBuffer, horizontalJustification); in getContent()
198 return horizontalJustification; in getHorizontalJustification()
201 public void setHorizontalJustification(int horizontalJustification) { in setHorizontalJustification() argument
202 this.horizontalJustification = horizontalJustification; in setHorizontalJustification()