|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icepdf.core.pobjects.graphics.OptionalContentState
public class OptionalContentState
OptionalContentState stores the state of the currently in play OptionalContent if specified. If now optional content is present then this class will simply return true when isVisible() is called. This class handles embedded optionalContentState correctly.
| Constructor Summary | |
|---|---|
OptionalContentState()
|
|
| Method Summary | |
|---|---|
void |
add(OptionalContents optionContent)
|
boolean |
isVisible()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OptionalContentState()
| Method Detail |
|---|
public void add(OptionalContents optionContent)
public void remove()
public boolean isVisible()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||