Interface Hintable

All Known Implementing Classes:
AbstractLabelUIComponent, AbstractUITextEntryComponent, AbstractUITextEntryComponent.DefaultTextEntryState, Arrow, AxisRods, BasicText, BillboardNode, BMText, BMTextBackground, Box, CameraNode, Capsule, ClipmapLevel, Cone, Cylinder, Disk, Dodecahedron, Dome, DrawableCamera, Extrusion, GeoSphere, Hexagon, Icosahedron, InteractArrow, InteractRing, LabelState, Line, Mesh, MultiFaceBox, Node, Octahedron, OrientedBox, ParticleLines, ParticleMesh, ParticlePoints, ParticleSystem, PassNode, Point, PQTorus, ProjectedGrid, Pyramid, Quad, QuadBox, QuadImposterNode, QuadQuad, RenderedText, RoundedBox, SkinnedMesh, Skybox, Skybox, SkyDome, Spatial, Sphere, StateBasedUIComponent, StripBox, SwitchNode, Teapot, Terrain, TextMesh, Torus, TrailMesh, Tube, UIArc, UIButton, UICheckBox, UIComboBox, UIComponent, UIContainer, UIDisk, UIFrame, UIFrameBar, UIFrameStatusBar, UIHud, UILabel, UIMenuItem, UIPanel, UIPasswordField, UIPieMenu, UIPieMenuItem, UIPopupMenu, UIProgressBar, UIQuad, UIRadioButton, UIScrollBar, UIScrollPanel, UISlider, UISliderKnob, UIState, UITab, UITabbedPane, UITextArea, UITextArea.TextAreaWritingState, UITextField, UITextField.TextFieldWritingState, UITooltip, WaterNode

public interface Hintable
Interface used for describing objects that deal with the SceneHints class. This interface allows non-specific access to object hierarchy.
  • Method Details

    • getParentHintable

      Hintable getParentHintable()
      Returns:
      a hierarchical parent to be used for determining inheritance of certain SceneHint fields.
    • getSceneHints

      SceneHints getSceneHints()
      Returns:
      the SceneHints object used by this Hintable.