public class KeyframeBlockImpl extends AbstractRuleBlock<Declaration> implements KeyframeBlock
stylesheethash, listmodCount| Constructor and Description |
|---|
KeyframeBlockImpl() |
KeyframeBlockImpl(List<TermPercent> percentages) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<TermPercent> |
getPercentages()
Reads the percentages used as the keyframe selectors.
|
int |
hashCode() |
KeyframeBlock |
setPercentages(List<TermPercent> percentages)
Sets the percentages used as the keyframe selectors.
|
String |
toString(int depth)
Pretty output of CSS definition using indentation
|
getStyleSheet, setStyleSheetadd, add, asList, get, iterator, remove, replaceAll, set, size, unlockaddAll, clear, indexOf, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetStyleSheet, setStyleSheetasList, replaceAll, unlockadd, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic KeyframeBlockImpl()
public KeyframeBlockImpl(List<TermPercent> percentages)
public List<TermPercent> getPercentages()
KeyframeBlockgetPercentages in interface KeyframeBlockpublic KeyframeBlock setPercentages(List<TermPercent> percentages)
KeyframeBlocksetPercentages in interface KeyframeBlockpublic String toString(int depth)
PrettyOutputtoString in interface PrettyOutputdepth - Number of times output is indentedOutputUtilpublic int hashCode()
hashCode in interface Collection<Declaration>hashCode in interface List<Declaration>hashCode in class AbstractRuleBlock<Declaration>public boolean equals(Object obj)
equals in interface Collection<Declaration>equals in interface List<Declaration>equals in class AbstractRuleBlock<Declaration>Copyright © 2019. All rights reserved.