|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.remotecontrol.networkmanager.managers.syncmanager.SyncRenderer
public class SyncRenderer
The Class SyncRenderer.
Constructor Summary | |
---|---|
SyncRenderer()
|
Method Summary | |
---|---|
float |
getMaskValue(java.lang.Short attribute)
Gets the mask value. |
void |
removeDataMask(java.lang.Short attribute)
Removes the data mask. |
void |
renderSyncData(OrthoContentItem item,
java.util.Map<java.lang.Short,java.lang.Object> itemAttrs)
Render sync data. |
void |
resetDataMasks()
Reset data masks. |
void |
setDataMask(java.lang.Short attribute,
float value)
Sets the data mask. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SyncRenderer()
Method Detail |
---|
public float getMaskValue(java.lang.Short attribute)
attribute
- the attribute
public void removeDataMask(java.lang.Short attribute)
attribute
- the attributepublic void renderSyncData(OrthoContentItem item, java.util.Map<java.lang.Short,java.lang.Object> itemAttrs)
item
- the itemitemAttrs
- the item attrspublic void resetDataMasks()
public void setDataMask(java.lang.Short attribute, float value)
attribute
- the attributevalue
- the value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |