|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pdfclown.objects.PdfObjectWrapper<PdfDictionary> org.pdfclown.documents.multimedia.MediaScreenParameters.Viability
public static class MediaScreenParameters.Viability
Media screen parameters viability.
Nested Class Summary | |
---|---|
static class |
MediaScreenParameters.Viability.FloatingWindowParameters
|
static class |
MediaScreenParameters.Viability.WindowTypeEnum
|
Method Summary | |
---|---|
MediaScreenParameters.Viability |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
DeviceRGBColor |
getBackgroundColor()
Gets the background color for the rectangle in which the media is being played. |
double |
getBackgroundOpacity()
Gets the opacity of the background color. |
MediaScreenParameters.Viability.FloatingWindowParameters |
getFloatingWindowParameters()
Gets the options used in displaying floating windows. |
MonitorSpecifierEnum |
getMonitorSpecifier()
Gets which monitor in a multi-monitor system a floating or full-screen window should appear on. |
MediaScreenParameters.Viability.WindowTypeEnum |
getWindowType()
Gets the type of window that the media object should play in. |
void |
setBackgroundColor(DeviceRGBColor value)
|
void |
setBackgroundOpacity(double value)
|
void |
setFloatingWindowParameters(MediaScreenParameters.Viability.FloatingWindowParameters value)
|
void |
setMonitorSpecifier(MonitorSpecifierEnum value)
|
void |
setWindowType(MediaScreenParameters.Viability.WindowTypeEnum value)
|
Methods inherited from class org.pdfclown.objects.PdfObjectWrapper |
---|
checkCompatibility, delete, equals, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public MediaScreenParameters.Viability clone(Document context)
PdfObjectWrapper
clone
in class PdfObjectWrapper<PdfDictionary>
context
- Which document the clone has to be registered in.public DeviceRGBColor getBackgroundColor()
public double getBackgroundOpacity()
public MediaScreenParameters.Viability.FloatingWindowParameters getFloatingWindowParameters()
public MonitorSpecifierEnum getMonitorSpecifier()
public MediaScreenParameters.Viability.WindowTypeEnum getWindowType()
public void setBackgroundColor(DeviceRGBColor value)
getBackgroundColor()
public void setBackgroundOpacity(double value)
getBackgroundOpacity()
public void setFloatingWindowParameters(MediaScreenParameters.Viability.FloatingWindowParameters value)
getFloatingWindowParameters()
public void setMonitorSpecifier(MonitorSpecifierEnum value)
getMonitorSpecifier()
public void setWindowType(MediaScreenParameters.Viability.WindowTypeEnum value)
getWindowType()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |