public interface WidthAccessor
Modifier and Type | Interface and Description |
---|---|
static interface |
WidthAccessor.WidthBuilder<B extends WidthAccessor.WidthBuilder<B>>
Provides a builder method for a width property returning the builder for
applying multiple build operations.
|
static interface |
WidthAccessor.WidthMutator
Provides a mutator for a width property.
|
static interface |
WidthAccessor.WidthProperty
Provides a width property.
|
Modifier and Type | Method and Description |
---|---|
int |
getWidth()
Retrieves the width from the width property.
|
Copyright © 2016. All rights reserved.