Class FramePrefab
java.lang.Object
dev.prozilla.pine.core.entity.prefab.Prefab
dev.prozilla.pine.core.entity.prefab.ui.NodePrefab
dev.prozilla.pine.core.entity.prefab.ui.FramePrefab
@Components({FrameNode.class,Node.class,Transform.class})
public class FramePrefab
extends NodePrefab
-
Field Summary
FieldsFields inherited from class dev.prozilla.pine.core.entity.prefab.ui.NodePrefab
absolutePosition, anchor, autoFocus, border, borderColor, borderImage, borderImageSlice, borderImageSliceFill, classes, color, htmlTag, margin, padding, passThrough, size, styleSheet, tabIndex, tooltipText -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidAdds this prefab's predefined components to a given entity and copies values from this prefab.voidsetBackgroundColor(Color color) Sets the background color of this node.voidMethods inherited from class dev.prozilla.pine.core.entity.prefab.ui.NodePrefab
addClass, addClasses, setAbsolutePosition, setAnchor, setAutoFocus, setBackgroundColor, setBorder, setBorderColor, setBorderImage, setBorderImage, setColor, setColor, setDefaultPropertyValue, setHTMLTag, setMargin, setMargin, setMargin, setPadding, setPadding, setPadding, setPassThrough, setSize, setSize, setSize, setStyleSheet, setStyleSheet, setTabIndex, setTooltipTextMethods inherited from class dev.prozilla.pine.core.entity.prefab.Prefab
addChild, addChildren, addChildren, instantiate, instantiate, removeChild, setActive, setName, setTag
-
Field Details
-
fbo
-
backgroundColor
-
-
Constructor Details
-
FramePrefab
public FramePrefab() -
FramePrefab
-
-
Method Details
-
setFrameBufferObject
-
setBackgroundColor
Description copied from class:NodePrefabSets the background color of this node.- Overrides:
setBackgroundColorin classNodePrefab
-
apply
Description copied from class:PrefabAdds this prefab's predefined components to a given entity and copies values from this prefab.- Overrides:
applyin classNodePrefab
-