Module com.hack23.cia.web
Interface GovernmentBodyLayoutConstants
- All Known Subinterfaces:
GovernmentBodyViewConstants
public interface GovernmentBodyLayoutConstants
The Interface GovernmentBodyLayoutConstants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe image width.static final floatThe large grid ratio.static final floatThe small grid ratio.static final booleanThe use margin.static final booleanThe use spacing.static final java.lang.StringThe width 100 percent.
-
Field Details
-
WIDTH_100_PERCENT
static final java.lang.String WIDTH_100_PERCENTThe width 100 percent.- See Also:
-
IMAGE_WIDTH
static final int IMAGE_WIDTHThe image width.- See Also:
-
SMALL_GRID_RATIO
static final float SMALL_GRID_RATIOThe small grid ratio.- See Also:
-
LARGE_GRID_RATIO
static final float LARGE_GRID_RATIOThe large grid ratio.- See Also:
-
USE_MARGIN
static final boolean USE_MARGINThe use margin.- See Also:
-
USE_SPACING
static final boolean USE_SPACINGThe use spacing.- See Also:
-