public static class ChartFactory.ChartContext extends Object
Constructor and Description |
---|
ChartContext(ApplicationUser remoteUser,
SearchRequest searchRequest,
int width,
int height)
Deprecated.
use
ChartContext#ChartContext(ApplicationUser, SearchRequest, int, int, boolean) |
ChartContext(ApplicationUser remoteUser,
SearchRequest searchRequest,
int width,
int height,
boolean inline) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getHeight() |
ApplicationUser |
getRemoteUser() |
SearchRequest |
getSearchRequest() |
int |
getWidth() |
int |
hashCode() |
boolean |
isInline() |
public ChartContext(ApplicationUser remoteUser, SearchRequest searchRequest, int width, int height, boolean inline)
@Deprecated public ChartContext(ApplicationUser remoteUser, SearchRequest searchRequest, int width, int height)
ChartContext#ChartContext(ApplicationUser, SearchRequest, int, int, boolean)
ChartHelper
public int getHeight()
public ApplicationUser getRemoteUser()
public SearchRequest getSearchRequest()
public int getWidth()
public boolean isInline()
Copyright © 2002-2022 Atlassian. All Rights Reserved.