
public class MediaSubtitleRectangle extends RefCounted
| Modifier and Type | Class and Description |
|---|---|
static class |
MediaSubtitleRectangle.Flag |
| Modifier and Type | Method and Description |
|---|---|
MediaSubtitleRectangle |
copyReference()
Create a new MediaSubtitleRectangle object that is actually referring to the
exact same underlying native object.
|
boolean |
equals(Object obj)
Compares two values, returning true if the underlying objects in native code are the same object.
|
String |
getASS() |
int |
getFlags() |
int |
getHeight() |
int |
getNumColors() |
Buffer |
getPictureData(int line) |
int |
getPictureLinesize(int line) |
String |
getText() |
MediaSubtitle.Type |
getType() |
int |
getWidth() |
int |
getX() |
int |
getY() |
int |
hashCode()
Get a hashable value for this object.
|
delete, getCurrentRefCountpublic MediaSubtitleRectangle copyReference()
copyReference in class RefCountedpublic boolean equals(Object obj)
public int hashCode()
public int getX()
public int getY()
public int getWidth()
public int getHeight()
public int getNumColors()
public MediaSubtitle.Type getType()
public String getText()
public String getASS()
public int getFlags()
public int getPictureLinesize(int line)
public Buffer getPictureData(int line)
Copyright © 2018 Humble Software. All rights reserved.