Package net.worcade.client.create
Interface LabelCreate
-
- All Superinterfaces:
EntityModification,LabelModification
public interface LabelCreate extends LabelModification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LabelCreatebackgroundColor(String color)LabelCreateforegroundColor(String color)LabelCreateforGroup(Reference group)LabelCreatename(String name)LabelCreateremoteIds(RemoteId... remoteIds)
-
-
-
Method Detail
-
name
LabelCreate name(String name)
- Specified by:
namein interfaceLabelModification
-
backgroundColor
LabelCreate backgroundColor(String color)
- Specified by:
backgroundColorin interfaceLabelModification
-
foregroundColor
LabelCreate foregroundColor(String color)
- Specified by:
foregroundColorin interfaceLabelModification
-
forGroup
LabelCreate forGroup(Reference group)
-
remoteIds
LabelCreate remoteIds(RemoteId... remoteIds)
-
-