Package alps.java.api.util
Schnittstelle IHasSimple2DVisualizationBox
- Alle bekannten Unterschnittstellen:
IChoiceSegment
,IChoiceSegmentPath
,IDoState
,IFullySpecifiedSubject
,IGenericReturnToOriginReference
,IGroupState
,IGuardExtension
,IGuardReceiveState
,IInitialStateOfChoiceSegmentPath
,IInterfaceSubject
,IMacroExtension
,IMacroState
,IMultiSubject
,IReceiveState
,ISendState
,ISingleSubject
,IStandaloneMacroSubject
,IStandardPASSState
,IState
,IStatePlaceholder
,IStateReference
,ISubject
,ISubjectExtension
,ISystemInterfaceSubject
- Alle bekannten Implementierungsklassen:
ChoiceSegment
,ChoiceSegmentPath
,DoState
,FullySpecifiedSubject
,GenericReturnToOriginReference
,GroupState
,GuardExtension
,GuardReceiveState
,InitialStateOfChoiceSegmentPath
,InterfaceSubject
,MacroExtension
,MacroState
,MultiSubject
,ParsedStateReferenceStub
,ReceiveState
,SendState
,SingleSubject
,StandaloneMacroSubject
,StandardPASSState
,State
,StatePlaceholder
,Subject
,SubjectExtension
,SubjectGroup
,SystemInterfaceSubject
public interface IHasSimple2DVisualizationBox
Objects that have a simple 2D visualization may implement this interface to indicate their
coordinates in a visual 2D environment
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdouble
The relative positions of the simple 2D visualizations are given in % of page height and width No absolute values are given but a page ratio that defines whether it is a wide or tall formatdouble
The relative height of 2D object (depending on the page ratio)double
The relative width of 2D object (depending on the page ratio)double
The relative position (Y) of 2D object (depending on the page ratio)double
The relative width of 2D object (depending on the page ratio)void
set2DPageRatio
(double value2DPageRatio) void
setRelative2DHeight
(double relative2DHeight) void
setRelative2DPosX
(double relative2DPosX) void
setRelative2DPosY
(double relative2DPosY) void
setRelative2DWidth
(double relative2DWidth)
-
Methodendetails
-
get2DPageRatio
double get2DPageRatio()The relative positions of the simple 2D visualizations are given in % of page height and width No absolute values are given but a page ratio that defines whether it is a wide or tall format- Gibt zurück:
-
set2DPageRatio
void set2DPageRatio(double value2DPageRatio) -
getRelative2DHeight
double getRelative2DHeight()The relative height of 2D object (depending on the page ratio)- Gibt zurück:
-
setRelative2DHeight
void setRelative2DHeight(double relative2DHeight) -
getRelative2DWidth
double getRelative2DWidth()The relative width of 2D object (depending on the page ratio)- Gibt zurück:
-
setRelative2DWidth
void setRelative2DWidth(double relative2DWidth) -
getRelative2DPosX
double getRelative2DPosX()The relative width of 2D object (depending on the page ratio)- Gibt zurück:
-
setRelative2DPosX
void setRelative2DPosX(double relative2DPosX) -
getRelative2DPosY
double getRelative2DPosY()The relative position (Y) of 2D object (depending on the page ratio)- Gibt zurück:
-
setRelative2DPosY
void setRelative2DPosY(double relative2DPosY)
-