Package wt.representation
Interface _Representation
- All Superinterfaces:
wt.content._ContentHolder,wt.admin._DomainAdministered,wt.ufid._Federatable,wt.federation._FederatedLinkHolder,wt.content._FormatContentHolder,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.federation._RemotelyLinkable,ContentHolder,DomainAdministered,wt.ufid.Federatable,wt.federation.FederatedLinkHolder,FormatContentHolder,NetFactor,ObjectMappable,Persistable,wt.federation.RemotelyLinkable,Serializable
- All Known Subinterfaces:
Representation
public interface _Representation
extends FormatContentHolder, DomainAdministered, wt.ufid.Federatable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSupported API: truestatic final StringSupported API: truestatic final StringSupported API: truestatic final StringHas the Representation be made out of date by changes to other objects?static final StringSupported API: truestatic final StringSupported API: true -
Method Summary
Modifier and TypeMethodDescriptionfloat[]Supported API: trueSupported API: trueSupported API: truebooleanSupported API: truebooleanSupported API: truebooleanHas the Representation be made out of date by changes to other objects?Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
DEFAULT_REPRESENTATION
Supported API: true- See Also:
-
OUT_OF_DATE
Has the Representation be made out of date by changes to other objects?Supported API: true
- See Also:
-
BOUNDING_BOX
Supported API: true- See Also:
-
HAS_BOUNDING_BOX
Supported API: true- See Also:
-
REPRESENTABLE
Supported API: true- See Also:
-
REPRESENTABLE_REFERENCE
Supported API: true- See Also:
-
-
Method Details
-
isDefaultRepresentation
boolean isDefaultRepresentation()Supported API: true- See Also:
-
isOutOfDate
boolean isOutOfDate()Has the Representation be made out of date by changes to other objects?Supported API: true
- See Also:
-
getBoundingBox
float[] getBoundingBox()Supported API: true- See Also:
-
isHasBoundingBox
boolean isHasBoundingBox()Supported API: true- See Also:
-
getRepresentable
Representable getRepresentable()Supported API: true- See Also:
-
getRepresentableReference
ObjectReference getRepresentableReference()Supported API: true- See Also:
-